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

Method successors

src/analysis/controldep/tests.rs:71–73  ·  view source on GitHub ↗
(&self, node: Self::Node)

Source from the content-addressed store, hash-verified

69
70impl Successors for TestGraph {
71 fn successors(&self, node: Self::Node) -> impl Iterator<Item = Self::Node> {
72 self.successors[&node].iter().cloned()
73 }
74}
75
76#[test]

Callers 2

control_depsFunction · 0.45
end_nodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected