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

Method clone_to

rust/src/workflow.rs:270–272  ·  view source on GitHub ↗
(&self, name: S)

Source from the content-addressed store, hash-verified

268 /// * `name` - the name for the new [Workflow]
269 #[must_use]
270 pub fn clone_to<S: BnStrCompatible + Clone>(&self, name: S) -> Ref<Workflow> {
271 self.clone_to_with_root(name, "")
272 }
273
274 /// Make a new unregistered [Workflow], copying all activities, within `root_activity`, and the execution strategy.
275 ///

Callers 5

test_workflow_cloneFunction · 0.80
mainFunction · 0.80
plugin_initFunction · 0.80
insert_workflowFunction · 0.80

Calls 1

clone_to_with_rootMethod · 0.80

Tested by 2

test_workflow_cloneFunction · 0.64