Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ restore
Method
restore
qiling/hw/connectivity.py:42–46 ·
view source on GitHub ↗
(self, data: bytes)
Source
from the content-addressed store, hash-verified
40
return
bytes(data)
41
42
def
restore(self, data: bytes):
43
while
self.readable():
44
self.get()
45
46
self.write(data)
47
48
49
class
QlConnectivityPeripheral(QlPeripheral):
Callers
1
restore
Method · 0.45
Calls
3
readable
Method · 0.95
write
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected