MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / Iter

Class Iter

src/analysis/postdom/mod.rs:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283pub struct Iter<'dom, Node: Idx> {
284 post_dominators: &'dom PostDominators<Node>,
285 node: ExtNode<Node>,
286}
287
288impl<Node: Idx> Iterator for Iter<'_, Node> {
289 type Item = Node;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected