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

Method close

qiling/os/mapper.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 raise NotImplementedError("QlFsMappedObject method not implemented: lseek")
40
41 def close(self):
42 raise NotImplementedError("QlFsMappedObject method not implemented: close")
43
44 def fstat(self):
45 raise NotImplementedError("QlFsMappedObject method not implemented: fstat")

Callers 1

create_empty_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected