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

Method flags

rust/src/segment.rs:49–52  ·  view source on GitHub ↗
(mut self, flags: SegmentFlags)

Source from the content-addressed store, hash-verified

47 }
48
49 pub fn flags(mut self, flags: SegmentFlags) -> Self {
50 self.flags = flags;
51 self
52 }
53
54 pub fn is_auto(mut self, is_auto: bool) -> Self {
55 self.is_auto = is_auto;

Callers 9

executableMethod · 0.45
writableMethod · 0.45
readableMethod · 0.45
contains_dataMethod · 0.45
contains_codeMethod · 0.45
deny_writeMethod · 0.45
deny_executeMethod · 0.45
fmtMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected