MCPcopy
hub / github.com/EngoEngine/engo / Now

Method Now

clock.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8// this wihout relying on time
9type timer interface {
10 Now() int64
11}
12
13// realTime is the actual timer that uses time.Now().UnixNano()

Callers 5

TestTheTimerNowFunction · 0.65
NowMethod · 0.65
NewClockFunction · 0.65
TickMethod · 0.65
TimeMethod · 0.65

Implementers 2

testTimeclock_test.go
realTimeclock.go

Calls

no outgoing calls

Tested by 1

TestTheTimerNowFunction · 0.52