MCPcopy
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.pyFile · 0.80
agx_deps.pyFile · 0.80
agx_cancel.pyFile · 0.80
agx_tlb.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected