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

Method end_nodes

src/analysis/postdom/mod.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29
30impl<G: WithEndNodes> WithEndNodes for &G {
31 fn end_nodes(&self) -> Vec<Self::Node> {
32 (**self).end_nodes()
33 }
34}
35
36impl WithEndNodes for BasicBlocks<'_> {

Callers 2

post_dominatorsFunction · 0.45

Calls 1

successorsMethod · 0.45

Tested by

no test coverage detected