MCPcopy 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_textMethod · 0.45
cb_intrinsic_inputsFunction · 0.45
cb_intrinsic_outputsFunction · 0.45
type_name_by_idMethod · 0.45
type_id_by_nameMethod · 0.45
next_subpartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected