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

Method readable

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

Source from the content-addressed store, hash-verified

147 }
148
149 pub fn readable(&self) -> bool {
150 self.flags().readable
151 }
152
153 pub fn contains_data(&self) -> bool {
154 self.flags().contains_data

Callers 1

initMethod · 0.45

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected