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

Method is_empty

rust/src/database/kvs.rs:79–81  ·  view source on GitHub ↗

If the kvs is empty

(&self)

Source from the content-addressed store, hash-verified

77
78 /// If the kvs is empty
79 pub fn is_empty(&self) -> bool {
80 unsafe { BNIsKeyValueStoreEmpty(self.handle.as_ptr()) }
81 }
82
83 /// Number of values in the kvs
84 pub fn value_size(&self) -> usize {

Callers 4

fmtMethod · 0.45
group_nameMethod · 0.45
user_idMethod · 0.45
usernameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected