Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ update
Method
update
util/misc.py:62–65 ·
view source on GitHub ↗
(self, value, n=1)
Source
from the content-addressed store, hash-verified
60
self.fmt = fmt
61
62
def
update(self, value, n=1):
63
self.deque.append(value)
64
self.count += n
65
self.total += value * n
66
67
def
synchronize_between_processes(self):
68
""
"
Callers
1
log_every
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected