Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ raw_length
Method
raw_length
rust/src/basic_block.rs:163–165 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
161
}
162
163
pub fn raw_length(&self) -> u64 {
164
unsafe { BNGetBasicBlockLength(self.handle) }
165
}
166
167
pub fn incoming_edges(&self) -> Array<Edge<C>> {
168
unsafe {
Callers
1
fmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected