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

Method _external_ref_released

python/binaryview.py:3733–3737  ·  view source on GitHub ↗
(self, ctxt)

Source from the content-addressed store, hash-verified

3731 log_error(traceback.format_exc())
3732
3733 def _external_ref_released(self, ctxt):
3734 try:
3735 self.__class__._registered_instances.remove(self)
3736 except:
3737 log_error(traceback.format_exc())
3738
3739 def _read(self, ctxt, dest, offset, length):
3740 try:

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected