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

Method namespace_size

rust/src/database/kvs.rs:99–101  ·  view source on GitHub ↗

Number of namespaces pushed with begin_namespace

(&self)

Source from the content-addressed store, hash-verified

97
98 /// Number of namespaces pushed with begin_namespace
99 pub fn namespace_size(&self) -> usize {
100 unsafe { BNGetKeyValueStoreNamespaceSize(self.handle.as_ptr()) }
101 }
102}
103
104impl ToOwned for KeyValueStore {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected