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

Method get_all

cranelift/interpreter/src/frame.rs:63–65  ·  view source on GitHub ↗

Retrieve multiple SSA references; see `get`.

(&self, names: &[ValueRef])

Source from the content-addressed store, hash-verified

61
62 /// Retrieve multiple SSA references; see `get`.
63 pub fn get_all(&self, names: &[ValueRef]) -> Vec<DataValue> {
64 names.iter().map(|r| self.get(*r)).cloned().collect()
65 }
66
67 /// Assign `value` to the SSA reference `name`.
68 #[inline]

Callers 1

Calls 4

collectMethod · 0.80
mapMethod · 0.45
iterMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected