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

Method to_vec

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

Source from the content-addressed store, hash-verified

245 }
246
247 pub fn to_vec(&self) -> Vec<P::Wrapped<'_>> {
248 let mut res = Vec::with_capacity(self.count);
249 res.extend(self.iter());
250 res
251 }
252
253 #[inline]
254 pub fn get(&self, index: usize) -> P::Wrapped<'_> {

Callers 15

preprocess_sourceMethod · 0.80
parse_type_stringMethod · 0.80
assembleMethod · 0.80
llvm_assembleFunction · 0.80
fmtMethod · 0.80
split_lastMethod · 0.80
load_view_with_progressFunction · 0.80
code_refs_from_addrMethod · 0.80
relocation_rangesMethod · 0.80
fmtMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by 4

test_parse_typeFunction · 0.64
set_len_writeFunction · 0.64
insta_snapshotsFunction · 0.64