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

Method remove_fs_mapper

qiling/core.py:705–706  ·  view source on GitHub ↗
(self, ql_path: Union["PathLike", str])

Source from the content-addressed store, hash-verified

703
704 # Remove "ql_path" mapping.
705 def remove_fs_mapper(self, ql_path: Union["PathLike", str]):
706 self.os.fs_mapper.remove_mapping(ql_path)
707
708 # push to stack bottom, and update stack register
709 def stack_push(self, data):

Callers

nothing calls this directly

Calls 1

remove_mappingMethod · 0.80

Tested by

no test coverage detected