MCPcopy Index your code
hub / github.com/EngoEngine/engo / testTime

Struct testTime

clock_test.go:10–12  ·  view source on GitHub ↗

testTime is the time interface where testTime.Now() is controllable using testTime.curTime

Source from the content-addressed store, hash-verified

8// testTime is the time interface where testTime.Now() is controllable using
9// testTime.curTime
10type testTime struct {
11 curTime int64
12}
13
14func (t testTime) Now() int64 {
15 return t.curTime

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected