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

Method clear

python/workflow.py:483–490  ·  view source on GitHub ↗

``clear`` Remove all Activity nodes from this Workflow. :return: True on success, False otherwise :rtype: bool

(self)

Source from the content-addressed store, hash-verified

481 return core.BNWorkflowAssignSubactivities(self.handle, str(activity), input_list, len(activities))
482
483 def clear(self) -> bool:
484 """
485 ``clear`` Remove all Activity nodes from this Workflow.
486
487 :return: True on success, False otherwise
488 :rtype: bool
489 """
490 return core.BNWorkflowClear(self.handle)
491
492 def insert(self, activity: ActivityType, activities: Union[List[str], str]) -> bool:
493 """

Callers 9

detect_base_addressMethod · 0.45
mainFunction · 0.45
readMethod · 0.45
runMethod · 0.45
apply_localsMethod · 0.45
initialize_dataMethod · 0.45
parse_mod_symbolsMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected