event_time_source.go ×1

Frontier kind: Joint frontier

unlabeled · c_6a5181a85c27

7 tests · 25 LOC · 1 file · introduces 1 test · 3 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range3 lines · 1 files
Tests
1 test

Contains — complete concept membership

All code (extent)
6 ranges25 lines · 1 file · Browse complete extent
All tests (intent)
7 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 specializationTestDrainClearsBacklogBits · 0 introduced LOCTestDrainClearsBacklogBi…TestDrainShrinkLimitedReadWrite · 0 introduced LOCTestDrainShrinkLimitedRe…scale_manager.go ×4 · 15 introduced LOCscale_manager.go ×4TestBacklogCountUpdateInMemoryOnly · 0 introduced LOCTestBacklogCountUpdateIn…scale_manager.go ×6 · 9 introduced LOCscale_manager.go ×6TestNoDrainWithBacklog · 0 introduced LOCTestNoDrainWithBacklogscale_manager.go ×1 · 2 introduced LOCscale_manager.go ×1TestNoWriteWhenBacklogUnchanged · 0 introduced LOCTestNoWriteWhenBacklogUn…scale_manager.go ×2 · 20 introduced LOCscale_manager.go ×2scale_manager.go ×1 · 2 introduced LOCscale_manager.go ×1TestDrainSkippedDuringBufferTime · 0 introduced LOCTestDrainSkippedDuringBu…event_time_source.go ×1 · 7 introduced LOCevent_time_source.go ×1event_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/api/matchingservice/v1/request_response.pb.go · 6878 LOCv1/request_response.pb.g…go.temporal.io/server/api/taskqueue/v1/message.pb.go · 1363 LOCv1/message.pb.gogo.temporal.io/server/common/clock/event_time_source.go · 221 LOCclock/event_time_source.…go.temporal.io/server/service/matching/scale_manager.go · 476 LOCmatching/scale_manager.g…TestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…TestEventTimeSource_Since · introduced test · go.temporal.io/server/common/clock/TestEventTimeSource_SinceTestEventTimeSource_Sinc…TestBacklogCountUpdateInMemoryOnly · introduced test · go.temporal.io/server/service/matching/TestScaleManagerSuite/TestBacklogCountUpdateInMemoryOnlyTestBacklogCountUpdateIn…TestDrainClearsBacklogBits · introduced test · go.temporal.io/server/service/matching/TestScaleManagerSuite/TestDrainClearsBacklogBitsTestDrainClearsBacklogBi…TestDrainShrinkLimitedReadWrite · introduced test · go.temporal.io/server/service/matching/TestScaleManagerSuite/TestDrainShrinkLimitedReadWriteTestDrainShrinkLimitedRe…TestDrainSkippedDuringBufferTime · introduced test · go.temporal.io/server/service/matching/TestScaleManagerSuite/TestDrainSkippedDuringBufferTimeTestDrainSkippedDuringBu…TestNoDrainWithBacklog · introduced test · go.temporal.io/server/service/matching/TestScaleManagerSuite/TestNoDrainWithBacklogTestNoDrainWithBacklogTestNoWriteWhenBacklogUnchanged · introduced test · go.temporal.io/server/service/matching/TestScaleManagerSuite/TestNoWriteWhenBacklogUnchangedTestNoWriteWhenBacklogUn…Focused concept · event_time_source.go ×1 · 3 introduced LOCevent_time_source.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.

1 test introduced at this concept.

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/event_time_source.go 3 introduced LOC · 1 range

Open complete file

62 }
63
64 > func (ts *EventTimeSource) Since(t time.Time) time.Duration { event_time_source.go
65 > return ts.Now().Sub(t)
66 > }
67
68 // AfterFunc return a timer that will fire after the specified duration. It is important to note that the timeSource is