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

Method __getitem__

python/database.py:49–50  ·  view source on GitHub ↗
(self, item: str)

Source from the content-addressed store, hash-verified

47 core.BNFreeKeyValueStore(self.handle)
48
49 def __getitem__(self, item: str) -> databuffer.DataBuffer:
50 return self.get_value(item)
51
52 def __setitem__(self, key: str, value: databuffer.DataBuffer):
53 return self.set_value(key, value)

Callers

nothing calls this directly

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected