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

Method add_component

rust/src/component.rs:111–113  ·  view source on GitHub ↗

Move component to this component. This will remove it from the old parent.

(&self, component: &Component)

Source from the content-addressed store, hash-verified

109
110 /// Move component to this component. This will remove it from the old parent.
111 pub fn add_component(&self, component: &Component) -> bool {
112 unsafe { BNComponentAddComponent(self.handle.as_ptr(), component.handle.as_ptr()) }
113 }
114
115 /// Check whether this component contains a component.
116 pub fn contains_component(&self, component: &Component) -> bool {

Callers 1

remove_componentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected