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

Method Workflow

workflow.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355
356Workflow::Workflow(const string& name)
357{
358 m_object = BNCreateWorkflow(name.c_str());
359}
360
361
362Workflow::Workflow(BNWorkflow* workflow)

Callers 2

workflowMethod · 0.80
workflowMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected