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

Method len

rust/src/metadata.rs:251–253  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

249 }
250
251 pub fn len(&self) -> usize {
252 unsafe { BNMetadataSize(self.handle) }
253 }
254
255 pub fn is_empty(&self) -> bool {
256 unsafe { BNMetadataSize(self.handle) == 0 }

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected