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

Method analysis_cache

python/database.py:362–366  ·  view source on GitHub ↗

Get the backing analysis cache kvs (read-only)

(self)

Source from the content-addressed store, hash-verified

360
361 @property
362 def analysis_cache(self) -> KeyValueStore:
363 """Get the backing analysis cache kvs (read-only)"""
364 handle = core.BNReadDatabaseAnalysisCache(self.handle)
365 assert handle is not None
366 return KeyValueStore(handle=handle)

Callers

nothing calls this directly

Calls 1

KeyValueStoreClass · 0.70

Tested by

no test coverage detected