Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AsahiLinux/m1n1
/ addrof
Method
addrof
proxyclient/m1n1/constructutils.py:608–609 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
606
yield
k, v
607
608
def
addrof(self, name):
609
return
self._addr + self._off[name][0]
610
611
@classmethod
612
def
offsetof(cls, name):
Callers
5
agx_parallel.py
File · 0.80
agx_deps.py
File · 0.80
agx_cancel.py
File · 0.80
agx_tlb.py
File · 0.80
agx_tracetimings.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected