Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteArena/box2d
/ GetMilliseconds
Method
GetMilliseconds
CommonB2Timer.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(timer B2Timer) GetMilliseconds() float64 {
30
return
time.Now().Sub(timer.m_start).Seconds() * 1000
31
}
Callers
4
B2TimeOfImpact
Function · 0.80
Solve
Method · 0.80
Step
Method · 0.80
Solve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected