MCPcopy
hub / github.com/AsahiLinux/m1n1 / write_bootargs

Method write_bootargs

proxyclient/experiments/pmp_init.py:110–112  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

108 return AOPBootargs(blob)
109
110 def write_bootargs(self, args):
111 base, _ = self._bootargs_span
112 self.u.proxy.iface.writemem(base, args.to_bytes())
113
114 def update_bootargs(self, keyval, logger=print):
115 args = self.read_bootargs()

Callers 1

update_bootargsMethod · 0.95

Calls 2

writememMethod · 0.45
to_bytesMethod · 0.45

Tested by

no test coverage detected