MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getFileDependents

Method getFileDependents

src/index.ts:1698–1700  ·  view source on GitHub ↗

* Get dependents of a file * * @param filePath - Path to the file * @returns Array of file paths that depend on this file

(filePath: string)

Source from the content-addressed store, hash-verified

1696 * @returns Array of file paths that depend on this file
1697 */
1698 getFileDependents(filePath: string): string[] {
1699 return this.graphManager.getFileDependents(filePath);
1700 }
1701
1702 /**
1703 * Find circular dependencies in the codebase

Callers 2

graph.test.tsFile · 0.45
extraction.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected