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

Method empty

python/database.py:96–98  ·  view source on GitHub ↗

If the kvs is empty (read-only)

(self)

Source from the content-addressed store, hash-verified

94
95 @property
96 def empty(self) -> bool:
97 """If the kvs is empty (read-only)"""
98 return core.BNIsKeyValueStoreEmpty(self.handle)
99
100 @property
101 def value_size(self) -> int:

Callers 10

__next__Method · 0.45
mainFunction · 0.45
RemoveItaniumPrefixFunction · 0.45
SerializedMetadataMethod · 0.45
ProcessRTTIMethod · 0.45
ProcessVFTMethod · 0.45
ProcessRTTIMethod · 0.45
ProcessVFTMethod · 0.45
ApplyToLinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected