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

Method keys

cranelift/entity/src/boxed_slice.rs:67–69  ·  view source on GitHub ↗

Iterate over all the keys in this map.

(&self)

Source from the content-addressed store, hash-verified

65
66 /// Iterate over all the keys in this map.
67 pub fn keys(&self) -> Keys<K> {
68 Keys::with_len(self.elems.len())
69 }
70
71 /// Iterate over all the values in this map.
72 pub fn values(&self) -> slice::Iter<'_, V> {

Callers 3

basicFunction · 0.45
keysFunction · 0.45
keys_revFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by 3

basicFunction · 0.36
keysFunction · 0.36
keys_revFunction · 0.36