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

Method new

src/analysis/callgraph/mod.rs:75–79  ·  view source on GitHub ↗

Create an empty CallGraph.

()

Source from the content-addressed store, hash-verified

73}
74
75impl<'tcx> CallGraph<'tcx> {
76 /// Create an empty CallGraph.
77 pub fn new() -> Self {
78 Self {
79 graph: Graph::new(),
80 }
81 }
82

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected