Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
impl<G: WithEndNodes> WithEndNodes for &G {
31
fn end_nodes(&self) -> Vec<Self::Node> {
32
(**self).end_nodes()
33
}
34
}
35
36
impl WithEndNodes for BasicBlocks<'_> {
Callers
2
post_dominators
Function · 0.45
post_dominators_given_rpo
Function · 0.45
Calls
1
successors
Method · 0.45
Tested by
no test coverage detected