MCPcopy 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
599bool Workflow::Remove(const string& activity)
600{
601 return BNWorkflowRemove(m_object, activity.c_str());
602}
603
604
605bool Workflow::Replace(const string& activity, const string& newActivity)

Callers 1

CorePluginInitFunction · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected