Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_source
Method · 0.80
parse_types_from_source
Method · 0.80
parse_type_string
Method · 0.80
assemble
Method · 0.80
llvm_assemble
Function · 0.80
fmt
Method · 0.80
split_last
Method · 0.80
load_with_options_and_progress
Function · 0.80
load_view_with_progress
Function · 0.80
code_refs_from_addr
Method · 0.80
relocation_ranges
Method · 0.80
fmt
Method · 0.80
Calls
1
iter
Method · 0.45
Tested by
4
test_parse_type
Function · 0.64
test_render_layer_linear_view
Function · 0.64
set_len_write
Function · 0.64
insta_snapshots
Function · 0.64