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

Method data_size

rust/src/database/kvs.rs:89–91  ·  view source on GitHub ↗

Length of serialized data

(&self)

Source from the content-addressed store, hash-verified

87
88 /// Length of serialized data
89 pub fn data_size(&self) -> usize {
90 unsafe { BNGetKeyValueStoreDataSize(self.handle.as_ptr()) }
91 }
92
93 /// Size of all data in storage
94 pub fn value_storage_size(&self) -> usize {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected