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

Method allows_inline_instruction_editing

python/flowgraph.py:738–740  ·  view source on GitHub ↗

Set if flow graph should allow inline instruction editing (assembly only)

(self)

Source from the content-addressed store, hash-verified

736
737 @property
738 def allows_inline_instruction_editing(self):
739 """Set if flow graph should allow inline instruction editing (assembly only)"""
740 return self.is_option_set(FlowGraphOption.FlowGraphAllowsInlineInstructionEditing)
741
742 @allows_inline_instruction_editing.setter
743 def allows_inline_instruction_editing(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected