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

Method keys

cranelift/entity/src/primary.rs:99–101  ·  view source on GitHub ↗

Iterate over all the keys in this map.

(&self)

Source from the content-addressed store, hash-verified

97
98 /// Iterate over all the keys in this map.
99 pub fn keys(&self) -> Keys<K> {
100 Keys::with_len(self.elems.len())
101 }
102
103 /// Iterate over all the values in this map.
104 pub fn values(&self) -> slice::Iter<'_, V> {

Callers 4

basicFunction · 0.45
pushFunction · 0.45
keysFunction · 0.45
keys_revFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by 4

basicFunction · 0.36
pushFunction · 0.36
keysFunction · 0.36
keys_revFunction · 0.36