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

Method dot

src/analysis/callgraph/mod.rs:159–164  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

157 }
158
159 /// Print the callgraph in dot format.
160 #[allow(dead_code)]
161 pub fn dot(&self) {
162 println!(
163 "{:?}",
164 Dot::with_config(&self.graph, &[Config::GraphContentOnly])
165 );
166 }
167}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected