MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / contains_code

Method contains_code

rust/src/segment.rs:157–159  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn contains_code(&self) -> bool {
158 self.flags().contains_code
159 }
160
161 pub fn deny_write(&self) -> bool {
162 self.flags().deny_write

Callers 1

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected