MCPcopy
hub / github.com/flyteorg/flyte / fakeTimer

Struct fakeTimer

flytestdlib/promutils/labeled/timer_wrapper_test.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type fakeTimer struct {
10 stopCount int
11}
12
13func (f *fakeTimer) Stop() float64 {
14 f.stopCount++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected