MCPcopy 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
23type FakeClock interface {
24 Clock
25
26 Advance(d time.Duration)
27}
28
29func NewFakeClock() FakeClock {
30 return &fakeclock{

Callers

nothing calls this directly

Implementers 1

fakeclockclock.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…