MCPcopy 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

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected