| 169 | } |
| 170 | |
| 171 | export interface DependencyGraph { |
| 172 | edges: ImportEdge[]; |
| 173 | hotFiles: { file: string; importedBy: number }[]; // most-imported files |
| 174 | } |
| 175 | |
| 176 | export interface BlastRadiusResult { |
| 177 | file: string; |
nothing calls this directly
no outgoing calls
no test coverage detected