Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
108
type
RealClock
struct
{}
109
110
func
(RealClock) Now() time.Time {
return
time.Now() }
111
func
(RealClock) Sleep(d time.Duration) { time.Sleep(d) }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected