Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dnote/dnote
/ clock
Struct
clock
pkg/clock/clock.go:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
clock
struct
{}
31
32
func
(c *clock) Now() time.Time {
33
return
time.Now()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected