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

Method Clone

workflow.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408
409Ref<Workflow> Workflow::Clone(const string& name, const string& activity)
410{
411 return new Workflow(BNWorkflowClone(m_object, name.c_str(), activity.c_str()));
412}
413
414
415Ref<Activity> Workflow::RegisterActivity(const string& configuration, const function<void(Ref<AnalysisContext>)>& action, const vector<string>& subactivities)

Callers 4

RegisterMethod · 0.80
plugin.cppFile · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected