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

Method remove_component_by_guid

rust/src/binary_view.rs:1496–1499  ·  view source on GitHub ↗
(&self, guid: P)

Source from the content-addressed store, hash-verified

1494 }
1495
1496 fn remove_component_by_guid<P: IntoComponentGuid>(&self, guid: P) -> bool {
1497 let path = guid.component_guid();
1498 unsafe { BNRemoveComponentByGuid(self.as_ref().handle, path.as_ptr()) }
1499 }
1500
1501 fn data_variable_parent_components(&self, data_variable: &DataVariable) -> Array<Component> {
1502 let mut count = 0;

Callers

nothing calls this directly

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 2

component_guidMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected