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

Method clear

rust/src/workflow.rs:500–502  ·  view source on GitHub ↗

Remove all Activity nodes from this [Workflow].

(&self)

Source from the content-addressed store, hash-verified

498
499 /// Remove all Activity nodes from this [Workflow].
500 pub fn clear(&self) -> bool {
501 unsafe { BNWorkflowClear(self.handle.as_ptr()) }
502 }
503
504 /// Insert the list of `activities` before the specified `activity` and at the same level.
505 ///

Callers 2

set_len_writeFunction · 0.45
Peek4Function · 0.45

Calls

no outgoing calls

Tested by 1

set_len_writeFunction · 0.36