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

Method value_storage_size

rust/src/database/kvs.rs:94–96  ·  view source on GitHub ↗

Size of all data in storage

(&self)

Source from the content-addressed store, hash-verified

92
93 /// Size of all data in storage
94 pub fn value_storage_size(&self) -> usize {
95 unsafe { BNGetKeyValueStoreValueStorageSize(self.handle.as_ptr()) }
96 }
97
98 /// Number of namespaces pushed with begin_namespace
99 pub fn namespace_size(&self) -> usize {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected