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

Method restore

qiling/loader/loader.py:58–59  ·  view source on GitHub ↗
(self, saved_state: Mapping[str, Any])

Source from the content-addressed store, hash-verified

56 return saved_state
57
58 def restore(self, saved_state: Mapping[str, Any]):
59 self.images = [Image(*img) for img in saved_state['images']]
60
61 # loader main method; derivatives must implement one of their own
62 def run(self) -> None:

Callers

nothing calls this directly

Calls 1

ImageClass · 0.85

Tested by

no test coverage detected