MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / CallGraph

Class CallGraph

src/pyspector/_rust_core/src/graph/representation.rs:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59// CORRECTED: Definition for the global Call Graph now includes the 'graph' field
60#[derive(Debug, Default)]
61pub struct CallGraph<'a> {
62 pub graph: HashMap<String, HashSet<String>>,
63 pub functions: HashMap<String, &'a AstNode>,
64 pub file_contents: HashMap<String, String>,
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected