MCPcopy Create free account
hub / github.com/qilingframework/qiling / write

Method write

qiling/hw/connectivity.py:30–32  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

28 return bytes(data)
29
30 def write(self, data: bytes):
31 for byte in bytearray(data):
32 self.put(byte)
33
34 def save(self):
35 data = bytearray()

Callers 3

saveMethod · 0.95
restoreMethod · 0.95
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected