Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bluele/gcache
/ FakeClock
Interface
FakeClock
clock.go:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
FakeClock
interface
{
24
Clock
25
26
Advance(d time.Duration)
27
}
28
29
func
NewFakeClock() FakeClock {
30
return
&fakeclock{
Callers
nothing calls this directly
Implementers
1
fakeclock
clock.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…