MCPcopy Index your code
hub / github.com/coder/coder / TestTracker_New

Function TestTracker_New

coderd/boundaryusage/tracker_test.go:23–28  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21}
22
23func TestTracker_New(t *testing.T) {
24 t.Parallel()
25
26 tracker := boundaryusage.NewTracker()
27 require.NotNil(t, tracker)
28}
29
30func TestTracker_Track_Single(t *testing.T) {
31 t.Parallel()

Callers

nothing calls this directly

Calls 1

NewTrackerFunction · 0.92

Tested by

no test coverage detected