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

Method value_size

rust/src/database/kvs.rs:84–86  ·  view source on GitHub ↗

Number of values in the kvs

(&self)

Source from the content-addressed store, hash-verified

82
83 /// Number of values in the kvs
84 pub fn value_size(&self) -> usize {
85 unsafe { BNGetKeyValueStoreValueSize(self.handle.as_ptr()) }
86 }
87
88 /// Length of serialized data
89 pub fn data_size(&self) -> usize {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected