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

Method is_option_set

python/flowgraph.py:874–875  ·  view source on GitHub ↗
(self, option)

Source from the content-addressed store, hash-verified

872 core.BNSetFlowGraphOption(self.handle, option, value)
873
874 def is_option_set(self, option):
875 return core.BNIsFlowGraphOptionSet(self.handle, option)
876
877 @property
878 def render_layers(self) -> List['binaryninja.RenderLayer']:

Callers 8

uses_block_highlightsMethod · 0.95
allows_patchingMethod · 0.95
is_addressableMethod · 0.95
is_workflow_graphMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected