Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nakabonne/ali
/ durationToMillis
Function
durationToMillis
attacker/summary.go:52–54 ·
view source on GitHub ↗
(d time.Duration)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
durationToMillis(d time.Duration) float64 {
53
return
float64(d) / float64(time.Millisecond)
54
}
Callers
1
newSummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected