Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mandiant/flare-floss
/ get_runtime_diff
Function
get_runtime_diff
floss/utils.py:387–388 ·
view source on GitHub ↗
(time0)
Source
from the content-addressed store, hash-verified
385
386
387
def
get_runtime_diff(time0):
388
return
round(time.time() - time0, 4)
389
390
391
def
is_all_zeros(buffer: bytes):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected