Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Remove
Method
Remove
workflow.cpp:599–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
598
599
bool Workflow::Remove(const string& activity)
600
{
601
return BNWorkflowRemove(m_object, activity.c_str());
602
}
603
604
605
bool Workflow::Replace(const string& activity, const string& newActivity)
Callers
1
CorePluginInit
Function · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected