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

Method _cache_remove

python/binaryview.py:2530–2533  ·  view source on GitHub ↗
(cls, handle)

Source from the content-addressed store, hash-verified

2528
2529 @classmethod
2530 def _cache_remove(cls, handle):
2531 key = ctypes.addressof(handle.contents)
2532 if key in cls._cached_instances:
2533 cls._cached_instances.pop(key)
2534
2535 @classmethod
2536 def _cache_contains(cls, handle):

Callers 1

_release_binary_viewMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected