MCPcopy Create free account
hub / github.com/Cyinx/einx / UnixTS

Function UnixTS

timer/timer_manager.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15var beginTick uint64 = uint64(time.Now().UnixNano() / 1e6)
16
17func UnixTS() uint64 {
18 return uint64(time.Now().UnixNano()/1e6) - beginTick
19}
20
21func NewTimerManager() *TimerManager {
22

Callers 3

NewTimerManagerFunction · 0.85
AddTimerMethod · 0.85
ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…