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

Method destruct_function

python/__init__.py:225–226  ·  view source on GitHub ↗
(self, ctxt, func)

Source from the content-addressed store, hash-verified

223 binaryninja.filemetadata.FileMetadata._unregister(f)
224
225 def destruct_function(self, ctxt, func):
226 binaryninja.function.Function._unregister(func)
227
228
229_enable_default_log = True

Callers

nothing calls this directly

Calls 1

_unregisterMethod · 0.45

Tested by

no test coverage detected