MCPcopy 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
45impl StartNode for TestGraph {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected