Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RocketMap/RocketMap
/ add
Method
add
pogom/utils.py:406–408 ·
view source on GitHub ↗
(self, step)
Source
from the content-addressed store, hash-verified
404
self.times = [(name, time.time(), 0)]
405
406
def
add(self, step):
407
t = time.time()
408
self.times.append((step, t, round((t - self.times[-1][1]) * 1000)))
409
410
def
checkpoint(self, step):
411
t = time.time()
Callers
1
app.js
File · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected