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

Method _external_ref_released

python/flowgraph.py:510–514  ·  view source on GitHub ↗
(self, ctxt)

Source from the content-addressed store, hash-verified

508 log_error(traceback.format_exc())
509
510 def _external_ref_released(self, ctxt):
511 try:
512 self.__class__._registered_instances.remove(self)
513 except:
514 log_error(traceback.format_exc())
515
516 def finish_prepare_for_layout(self):
517 """

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected