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

Method view

rust/src/component.rs:183–186  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

181 }
182
183 pub fn view(&self) -> Option<Ref<BinaryView>> {
184 let result = unsafe { BNComponentGetView(self.handle.as_ptr()) };
185 (!result.is_null()).then(|| unsafe { BinaryView::ref_from_raw(result) })
186 }
187
188 /// Is an iterator for all Components contained within this Component
189 pub fn components(&self) -> Array<Component> {

Callers 1

remove_componentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected