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

Method readable

qiling/hw/connectivity.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 super().__init__()
17
18 def readable(self) -> bool:
19 return not self.empty()
20
21 def read(self, numb:int = 4096) -> bytes:
22 data = bytearray()

Callers 5

readMethod · 0.95
saveMethod · 0.95
restoreMethod · 0.95
has_inputMethod · 0.80
wrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected