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

Method values

crates/environ/src/graphs/scc.rs:214–218  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

212 /// before predecessors in the resulting SCC DAG).
213 #[cfg(test)]
214 pub fn values(&self) -> impl ExactSizeIterator<Item = &[Node]> + '_ {
215 self.components
216 .values()
217 .map(|range| self.node_range(range.clone()))
218 }
219
220 /// Get the `Node`s that make up the given strongly-connected component.
221 pub fn nodes(&self, component: Scc) -> &[Node] {

Callers 15

resources_requiredMethod · 0.45
as_refMethod · 0.45
type_idsMethod · 0.45
all_modulesMethod · 0.45
liftMethod · 0.45
loadMethod · 0.45
static_modulesMethod · 0.45
functionsMethod · 0.45
is_exported_tableMethod · 0.45
is_exported_memoryMethod · 0.45

Calls 3

node_rangeMethod · 0.80
mapMethod · 0.45
cloneMethod · 0.45

Tested by 1

btree_mapFunction · 0.36