MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / len

Method len

cranelift/entity/src/primary.rs:94–96  ·  view source on GitHub ↗

Get the total number of entity references created.

(&self)

Source from the content-addressed store, hash-verified

92
93 /// Get the total number of entity references created.
94 pub fn len(&self) -> usize {
95 self.elems.len()
96 }
97
98 /// Iterate over all the keys in this map.
99 pub fn keys(&self) -> Keys<K> {

Callers 8

is_validMethod · 0.45
keysMethod · 0.45
next_keyMethod · 0.45
lastMethod · 0.45
last_mutMethod · 0.45
try_reserveMethod · 0.45
try_reserve_exactMethod · 0.45
get_raw_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected