Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Method · 0.45
get_data_at
Method · 0.45
get_slice
Method · 0.45
append_data
Method · 0.45
set_data
Method · 0.45
is_empty
Method · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected