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

Method set_option

python/flowgraph.py:871–872  ·  view source on GitHub ↗
(self, option, value=True)

Source from the content-addressed store, hash-verified

869 return NotImplemented
870
871 def set_option(self, option, value=True):
872 core.BNSetFlowGraphOption(self.handle, option, value)
873
874 def is_option_set(self, option):
875 return core.BNIsFlowGraphOptionSet(self.handle, option)

Callers 13

uses_block_highlightsMethod · 0.95
allows_patchingMethod · 0.95
is_addressableMethod · 0.95
is_workflow_graphMethod · 0.95
__str__Method · 0.45
__repr__Method · 0.45
tokensMethod · 0.45
generateLinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected