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

Class Array

rust/src/rc.rs:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219// TODO: I would really like if we impld Debug for this, but lifetimes are hard!
220#[allow(private_bounds)]
221pub struct Array<P: CoreArrayProviderInner> {
222 contents: *mut P::Raw,
223 count: usize,
224 context: P::Context,
225}
226
227#[allow(private_bounds)]
228impl<P: CoreArrayProviderInner> Array<P> {

Callers 3

GetArrayFunction · 0.85
translate_arrayMethod · 0.85
from_bn_type_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected