MCPcopy
hub / github.com/grafana/tempo / RealClock

Struct RealClock

cmd/tempo-vulture/validation.go:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type RealClock struct{}
109
110func (RealClock) Now() time.Time { return time.Now() }
111func (RealClock) Sleep(d time.Duration) { time.Sleep(d) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected