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

Method register_activity

rust/src/workflow.rs:344–346  ·  view source on GitHub ↗

Register an [Activity] with this Workflow. `activity` - the [Activity] to register

(&self, activity: &Activity)

Source from the content-addressed store, hash-verified

342 ///
343 /// * `activity` - the [Activity] to register
344 pub fn register_activity(&self, activity: &Activity) -> Result<Ref<Activity>, ()> {
345 self.register_activity_with_subactivities::<Vec<String>>(activity, vec![])
346 }
347
348 /// Register an [Activity] with this Workflow.
349 ///

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected