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

Method get

rust/src/rc.rs:254–259  ·  view source on GitHub ↗
(&self, index: usize)

Source from the content-addressed store, hash-verified

252
253 #[inline]
254 pub fn get(&self, index: usize) -> P::Wrapped<'_> {
255 unsafe {
256 let backing = slice::from_raw_parts(self.contents, self.count);
257 P::wrap_raw(&backing[index], &self.context)
258 }
259 }
260
261 pub fn iter(&self) -> ArrayIter<P> {
262 ArrayIter {

Callers 15

GetMemoryMapMethod · 0.45
GetWorkflowMachineMethod · 0.45
il2strFunction · 0.45
test.pyFile · 0.45
test.pyFile · 0.45
il2strFunction · 0.45
il2strFunction · 0.45
il2strFunction · 0.45
ProcessObjCDataMethod · 0.45
ProcessCFStringsMethod · 0.45
enumerationMethod · 0.45
into_rawMethod · 0.45

Calls

no outgoing calls

Tested by 4

il2strFunction · 0.36
il2strFunction · 0.36
il2strFunction · 0.36
il2strFunction · 0.36