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

Method do_disable

python/workflow.py:888–891  ·  view source on GitHub ↗

Disable the workflow machine.

(self, line)

Source from the content-addressed store, hash-verified

886 print(json.dumps(status, indent=4))
887
888 def do_disable(self, line):
889 """Disable the workflow machine."""
890 status = self.machine.disable()
891 print(json.dumps(status, indent=4))
892
893 def do_step(self, line):
894 """Step to the next activity in the workflow machine."""

Callers

nothing calls this directly

Calls 1

disableMethod · 0.45

Tested by

no test coverage detected