MCPcopy Index your code
hub / github.com/endbasic/endbasic / len

Method len

core/src/mem.rs:239–241  ·  view source on GitHub ↗

Returns the number of entries in the heap.

(&self)

Source from the content-addressed store, hash-verified

237
238 /// Returns the number of entries in the heap.
239 pub(crate) fn len(&self) -> usize {
240 self.data.len()
241 }
242
243 /// Returns the pointer to the shared empty string.
244 pub(crate) fn empty_text_ptr(&self) -> u64 {

Callers 15

parse_aclMethod · 0.45
runFunction · 0.45
argspans_to_exprsFunction · 0.45
apply2Method · 0.45
parse_selectMethod · 0.45
consume_numberMethod · 0.45
consume_integerMethod · 0.45
consume_symbolMethod · 0.45
consume_textMethod · 0.45

Calls

no outgoing calls

Tested by 6

labels_forFunction · 0.36
execMethod · 0.36