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

Method is_workflow_graph

python/flowgraph.py:765–767  ·  view source on GitHub ↗

Set if flow graph should be treated as a workflow graph

(self)

Source from the content-addressed store, hash-verified

763
764 @property
765 def is_workflow_graph(self):
766 """Set if flow graph should be treated as a workflow graph"""
767 return self.is_option_set(FlowGraphOption.FlowGraphIsWorkflowGraph)
768
769 @is_workflow_graph.setter
770 def is_workflow_graph(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected