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

Method len

cranelift/entity/src/boxed_slice.rs:62–64  ·  view source on GitHub ↗

Get the total number of entity references created.

(&self)

Source from the content-addressed store, hash-verified

60
61 /// Get the total number of entity references created.
62 pub fn len(&self) -> usize {
63 self.elems.len()
64 }
65
66 /// Iterate over all the keys in this map.
67 pub fn keys(&self) -> Keys<K> {

Callers 2

is_validMethod · 0.45
keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected