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

Method do_run

python/workflow.py:868–871  ·  view source on GitHub ↗

Run the workflow machine and generate a default configuration if the workflow is not configured.

(self, line)

Source from the content-addressed store, hash-verified

866 print(json.dumps(status, indent=4))
867
868 def do_run(self, line):
869 """Run the workflow machine and generate a default configuration if the workflow is not configured."""
870 status = self.machine.run()
871 print(json.dumps(status, indent=4))
872
873 def do_halt(self, line):
874 """Halt the workflow machine."""

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected