Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
Workflow::Workflow(const string& name)
357
{
358
m_object = BNCreateWorkflow(name.c_str());
359
}
360
361
362
Workflow::Workflow(BNWorkflow* workflow)
Callers
2
workflow
Method · 0.80
workflow
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected