MCPcopy
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

submitMethod · 0.95
parse_oneFunction · 0.80
linux.pyFile · 0.80
smccli.pyFile · 0.80
admac_stream.pyFile · 0.80
freebsd.pyFile · 0.80
chainload.pyFile · 0.80
run_guest.pyFile · 0.80
codecshell.pyFile · 0.80
dump_pmgr.pyFile · 0.80
reboot.pyFile · 0.80

Calls 1

sizeofMethod · 0.80

Tested by 2

rFunction · 0.64
magicFunction · 0.64