context.go ×1

Frontier kind: Code frontier

unlabeled · c_2e048a5d8600

13 tests · 50 LOC · 2 files · introduces 0 tests · 3 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range3 lines · 1 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
14 ranges50 lines · 2 files · Browse complete extent
All tests (intent)
13 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Introduced files, introduced tests, and structurally relevant concept specializationTestPerKeyRateLimit · 0 introduced LOCTestPerKeyRateLimitTestRateLimitedBacklog · 0 introduced LOCTestRateLimitedBacklogmatcher_data.go ×1 · 5 introduced LOCmatcher_data.go ×1TestPollForwardFailed · 0 introduced LOCTestPollForwardFailedTestPollForwardSuccess · 0 introduced LOCTestPollForwardSuccessTestQueryForwardResponse · 0 introduced LOCTestQueryForwardResponseTestTaskForward · 0 introduced LOCTestTaskForwardTestQuery · 0 introduced LOCTestQueryTestQueryForwardError · 0 introduced LOCTestQueryForwardErrorTestQueryForwardNil · 0 introduced LOCTestQueryForwardNilbatcher.go ×4 · 18 introduced LOCbatcher.go ×4batcher.go ×1 · 3 introduced LOCbatcher.go ×1context.go ×1 · 2 introduced LOCcontext.go ×1context.go ×1 · 5 introduced LOCcontext.go ×1TestContextWithTimeout_Canceled · 0 introduced LOCTestContextWithTimeout_C…context.go ×1 · 3 introduced LOCcontext.go ×1context.go ×1 · 4 introduced LOCcontext.go ×1context.go ×3 · 15 introduced LOCcontext.go ×3event_time_source.go ×2 · 5 introduced LOCevent_time_source.go ×2event_time_source.go ×1 · 3 introduced LOCevent_time_source.go ×1event_time_source.go ×3 · 9 introduced LOCevent_time_source.go ×3event_time_source.go ×2 · 4 introduced LOCevent_time_source.go ×2event_time_source.go ×1 · 6 introduced LOCevent_time_source.go ×1event_time_source.go ×1 · 5 introduced LOCevent_time_source.go ×1TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/common/clock/context.go · 74 LOCclock/context.gogo.temporal.io/server/common/clock/event_time_source.go · 221 LOCclock/event_time_source.…go.temporal.io/server/common/stream_batcher/batcher.go · 154 LOCstream_batcher/batcher.g…go.temporal.io/server/service/matching/matcher_data.go · 740 LOCmatching/matcher_data.goTestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…TestContextWithTimeout_Canceled · introduced test · go.temporal.io/server/common/clock/TestContextWithTimeout_CanceledTestContextWithTimeout_C…TestContextWithTimeout_Fire · introduced test · go.temporal.io/server/common/clock/TestContextWithTimeout_FireTestContextWithTimeout_F…TestStreamBatcher_AddTimeout · introduced test · go.temporal.io/server/common/stream_batcher/TestStreamBatcher_AddTimeoutTestStreamBatcher_AddTim…TestStreamBatcher_Random · introduced test · go.temporal.io/server/common/stream_batcher/TestStreamBatcher_RandomTestStreamBatcher_RandomTestPerKeyRateLimit · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestPerKeyRateLimitTestPerKeyRateLimitTestPollForwardFailed · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestPollForwardFailedTestPollForwardFailedTestPollForwardSuccess · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestPollForwardSuccessTestPollForwardSuccessTestQuery · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestQueryTestQueryTestQueryForwardError · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestQueryForwardErrorTestQueryForwardErrorTestQueryForwardNil · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestQueryForwardNilTestQueryForwardNilTestQueryForwardResponse · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestQueryForwardResponseTestQueryForwardResponseTestRateLimitedBacklog · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestRateLimitedBacklogTestRateLimitedBacklogTestTaskForward · introduced test · go.temporal.io/server/service/matching/TestMatcherDataSuite/TestTaskForwardTestTaskForwardFocused concept · context.go ×1 · 3 introduced LOCcontext.go ×1

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

1 file ranked by introduced lines: 3 introduced LOC across 1 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/common/clock/context.go 3 introduced LOC · 1 range

Open complete file

20 }
21
22 > func (ctx *ctxWithDeadline) Done() <-chan struct{} { context.go
23 > return ctx.done
24 > }
25
26 func (ctx *ctxWithDeadline) Err() error {