MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / DependencyGraph

Interface DependencyGraph

src/types.ts:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171export interface DependencyGraph {
172 edges: ImportEdge[];
173 hotFiles: { file: string; importedBy: number }[]; // most-imported files
174}
175
176export interface BlastRadiusResult {
177 file: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected