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

Method _destroy_instance

python/downloadprovider.py:72–78  ·  view source on GitHub ↗
(self, ctxt)

Source from the content-addressed store, hash-verified

70 core.BNFreeDownloadInstance(self.handle)
71
72 def _destroy_instance(self, ctxt):
73 try:
74 if self in self.__class__._registered_instances:
75 self.__class__._registered_instances.remove(self)
76 self.perform_destroy_instance()
77 except:
78 log_error(traceback.format_exc())
79
80 def _perform_request(self, ctxt, url):
81 try:

Callers

nothing calls this directly

Calls 3

log_errorFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected