MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / close

Method close

python/function.py:3418–3421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3416 self._function.request_advanced_analysis_data()
3417
3418 def close(self) -> None:
3419 if self._function is not None:
3420 self._function.release_advanced_analysis_data()
3421 self._function = None
3422
3423
3424@dataclass

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected