Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ num_nodes
Method
num_nodes
src/analysis/postdom/tests.rs:40–42 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
38
type Node = usize;
39
40
fn num_nodes(&self) -> usize {
41
self.num_nodes
42
}
43
}
44
45
impl StartNode for TestGraph {
Callers
2
postdom_post_order_from_to
Function · 0.45
post_dominators_given_rpo
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected