MCPcopy Create free account
hub / github.com/chc4/lineiform / PatternManager

Class PatternManager

tangle/src/select.rs:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200#[derive(Default)]
201pub struct PatternManager {
202 roots: Vec<(NodeIdx, Pattern, Set<NodeIdx>)>,
203 toposorted: HashMap<NodeIdx, usize>,
204 pub virt_map: VirtualRegisterMap,
205}
206
207
208// block layout:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected