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

Method len

rust/src/data_buffer.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153 }
154
155 pub fn len(&self) -> usize {
156 unsafe { BNGetDataBufferLength(self.0) }
157 }
158
159 pub fn is_empty(&self) -> bool {
160 self.len() == 0

Callers 7

get_dataMethod · 0.45
get_data_atMethod · 0.45
get_sliceMethod · 0.45
append_dataMethod · 0.45
set_dataMethod · 0.45
is_emptyMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected