Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alievk/avatarify-python
/ tocp
Method
tocp
afy/utils.py:80–83 ·
view source on GitHub ↗
(self, str)
Source
from the content-addressed store, hash-verified
78
return
(time.time() - self.t) * 1000
79
80
def
tocp(self, str):
81
t = self.toc()
82
log(f
"{str} took {t:.4f}ms"
)
83
return
t
84
85
86
class
AccumDict:
Callers
nothing calls this directly
Calls
2
toc
Method · 0.95
log
Function · 0.85
Tested by
no test coverage detected