MCPcopy
hub / github.com/colbymchenry/codegraph / getReExports

Method getReExports

src/resolution/types.ts:132–132  ·  view source on GitHub ↗

* Re-exports declared by a file (`export { x } from './other'`, * `export * from './other'`). Empty array when the file has none. * Optional so older callers compile; the import resolver follows * re-export chains when this is provided.

(filePath: string, language: Language)

Source from the content-addressed store, hash-verified

130 * re-export chains when this is provided.
131 */
132 getReExports?(filePath: string, language: Language): ReExport[];
133 /**
134 * List immediate subdirectories of `relativePath` (relative to the
135 * project root). Returns an empty array when the path doesn't exist

Callers 1

findExportedSymbolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected