Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/EngoEngine/engo
/ Now
Method
Now
clock.go:17–19 ·
view source on GitHub ↗
Now implements the timer interface
()
Source
from the content-addressed store, hash-verified
15
16
// Now implements the timer interface
17
func
(realTime) Now() int64 {
18
return
time.Now().UnixNano()
19
}
20
21
var
theTimer timer = realTime{}
22
Callers
nothing calls this directly
Calls
1
Now
Method · 0.65
Tested by
no test coverage detected