Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ _external_ref_taken
Method
_external_ref_taken
python/flowgraph.py:504–508 ·
view source on GitHub ↗
(self, ctxt)
Source
from the content-addressed store, hash-verified
502
return
None
503
504
def
_external_ref_taken(self, ctxt):
505
try
:
506
self.__class__._registered_instances.append(self)
507
except
:
508
log_error(traceback.format_exc())
509
510
def
_external_ref_released(self, ctxt):
511
try
:
Callers
nothing calls this directly
Calls
2
log_error
Function · 0.85
append
Method · 0.45
Tested by
no test coverage detected