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

Method _cache_contains

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

Source from the content-addressed store, hash-verified

2534
2535 @classmethod
2536 def _cache_contains(cls, handle):
2537 return ctypes.addressof(handle.contents) in cls._cached_instances
2538
2539 def __new__(cls, file_metadata=None, parent_view=None, handle=None):
2540 if handle:

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected