Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bluele/gcache
/ Clock
Interface
Clock
clock.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Clock
interface
{
9
Now() time.Time
10
}
11
12
type
RealClock
struct
{}
13
Callers
8
set
Method · 0.65
SetWithExpire
Method · 0.65
getWithLoader
Method · 0.65
Has
Method · 0.65
GetALL
Method · 0.65
Keys
Method · 0.65
Len
Method · 0.65
IsExpired
Method · 0.65
Implementers
2
RealClock
clock.go
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…