Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AsahiLinux/m1n1
/ append
Method
append
proxyclient/m1n1/agx/context.py:160–164 ·
view source on GitHub ↗
(self, op)
Source
from the content-addressed store, hash-verified
158
return
self.obj._addr + self.off
159
160
def
append(self, op):
161
off = self.off
162
self.ops.append(op)
163
self.off += op.sizeof()
164
return
off
165
166
def
finalize(self):
167
self.ops.append(EndCmd())
Callers
15
submit
Method · 0.95
parse_one
Function · 0.80
linux.py
File · 0.80
smccli.py
File · 0.80
admac_stream.py
File · 0.80
freebsd.py
File · 0.80
chainload.py
File · 0.80
run_guest.py
File · 0.80
reset_panic_counter.py
File · 0.80
codecshell.py
File · 0.80
dump_pmgr.py
File · 0.80
reboot.py
File · 0.80
Calls
1
sizeof
Method · 0.80
Tested by
2
r
Function · 0.64
magic
Function · 0.64