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

Interface EndsControlFlowGraph

src/analysis/postdom/mod.rs:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55pub trait EndsControlFlowGraph: ControlFlowGraph + WithEndNodes {
56 // convenient trait
57}
58
59impl<T> EndsControlFlowGraph for T where T: ControlFlowGraph + WithEndNodes {}
60

Callers

nothing calls this directly

Implementers 1

mod.rssrc/analysis/postdom/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected