Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ auto_defined
Method
auto_defined
rust/src/segment.rs:169–171 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
167
}
168
169
pub fn auto_defined(&self) -> bool {
170
unsafe { BNSegmentIsAutoDefined(self.handle) }
171
}
172
}
173
174
impl Debug for Segment {
Callers
1
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected