Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ is_empty
Method
is_empty
rust/src/rc.rs:243–245 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
241
242
#[inline]
243
pub fn is_empty(&self) -> bool {
244
self.count == 0
245
}
246
247
pub fn to_vec(&self) -> Vec<P::Wrapped<'_>> {
248
let mut res = Vec::with_capacity(self.count);
Callers
9
instruction_text
Method · 0.45
cb_intrinsic_inputs
Function · 0.45
cb_intrinsic_outputs
Function · 0.45
type_name_by_id
Method · 0.45
type_id_by_name
Method · 0.45
get_next_linear_disassembly_lines
Method · 0.45
get_previous_linear_disassembly_lines
Method · 0.45
apply_to_linear_object
Method · 0.45
next_subpart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected