MCPcopy 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
17func (realTime) Now() int64 {
18 return time.Now().UnixNano()
19}
20
21var theTimer timer = realTime{}
22

Callers

nothing calls this directly

Calls 1

NowMethod · 0.65

Tested by

no test coverage detected