Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ contains_data
Method
contains_data
rust/src/segment.rs:153–155 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
151
}
152
153
pub fn contains_data(&self) -> bool {
154
self.flags().contains_data
155
}
156
157
pub fn contains_code(&self) -> bool {
158
self.flags().contains_code
Callers
1
peripheral_block_memory_info
Method · 0.80
Calls
1
flags
Method · 0.45
Tested by
no test coverage detected