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

Method len

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

Source from the content-addressed store, hash-verified

236
237 #[inline]
238 pub fn len(&self) -> usize {
239 self.count
240 }
241
242 #[inline]
243 pub fn is_empty(&self) -> bool {

Callers 15

generate_jxx_tokensFunction · 0.45
generate_emulated_tokensFunction · 0.45
decodeMethod · 0.45
instruction_textMethod · 0.45
convert_to_nopMethod · 0.45
always_branchMethod · 0.45
invert_branchMethod · 0.45
skip_and_return_valueMethod · 0.45
get_relocation_infoMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_binary_reader_seekFunction · 0.36
set_len_writeFunction · 0.36
to_from_formatsFunction · 0.36
test_binary_writer_seekFunction · 0.36
type_conversionFunction · 0.36
check_for_leaksFunction · 0.36