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

Method keys

cranelift/entity/src/map.rs:166–168  ·  view source on GitHub ↗

Iterate over all the keys in this map.

(&self)

Source from the content-addressed store, hash-verified

164
165 /// Iterate over all the keys in this map.
166 pub fn keys(&self) -> Keys<K> {
167 Keys::with_len(self.elems.len())
168 }
169
170 /// Iterate over all the values in this map.
171 pub fn values(&self) -> slice::Iter<'_, V> {

Callers 9

finalizeMethod · 0.45
emitMethod · 0.45
seal_all_blocksMethod · 0.45
stack_addressMethod · 0.45
stack_slot_declFunction · 0.45
remove_set_ofMethod · 0.45
terms_in_cyclesFunction · 0.45
basicFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by 2

stack_slot_declFunction · 0.36
basicFunction · 0.36