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

Method iter

rust/src/rc.rs:261–266  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

259 }
260
261 pub fn iter(&self) -> ArrayIter<P> {
262 ArrayIter {
263 it: unsafe { slice::from_raw_parts(self.contents, self.count).iter() },
264 context: &self.context,
265 }
266 }
267}
268
269unsafe impl<P> Sync for Array<P>

Callers 15

instruction_textMethod · 0.45
intrinsicsMethod · 0.45
apply_relocationMethod · 0.45
get_relocation_infoMethod · 0.45
cb_get_relocation_infoFunction · 0.45
demangle_llvmFunction · 0.45
demangle_gnu3Function · 0.45
demangle_msFunction · 0.45
from_rawMethod · 0.45
cb_print_all_typesFunction · 0.45
from_rawMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_hlil_infoFunction · 0.36
selected_remoteFunction · 0.36
test_type_idFunction · 0.36
test_immutable_containerFunction · 0.36
test_mlil_infoFunction · 0.36
modify_projectFunction · 0.36
assign_appendFunction · 0.36
to_from_formatsFunction · 0.36