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

Method GetWorkflow

function.cpp:2509–2515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2507
2508
2509Ref<Workflow> Function::GetWorkflow()
2510{
2511 BNWorkflow* workflow = BNGetWorkflowForFunction(m_object);
2512 if (!workflow)
2513 return nullptr;
2514 return new Workflow(workflow, this);
2515}
2516
2517
2518void Function::RequestAdvancedAnalysisData()

Callers 1

CorePluginInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected