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

Method nodes

crates/environ/src/graphs/scc.rs:221–224  ·  view source on GitHub ↗

Get the `Node`s that make up the given strongly-connected component.

(&self, component: Scc)

Source from the content-addressed store, hash-verified

219
220 /// Get the `Node`s that make up the given strongly-connected component.
221 pub fn nodes(&self, component: Scc) -> &[Node] {
222 let range = self.components[component].clone();
223 self.node_range(range)
224 }
225
226 /// Get this set of strongly-connected components' "evaporation".
227 ///

Callers 1

newMethod · 0.45

Calls 3

node_rangeMethod · 0.80
cloneMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected