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

Function loadExcludePatterns

src/project-config.ts:274–276  ·  view source on GitHub ↗
(rootDir: string)

Source from the content-addressed store, hash-verified

272 * the built-in defaults and the project's `.gitignore`.
273 */
274export function loadExcludePatterns(rootDir: string): string[] {
275 return loadParsedConfig(rootDir).exclude;
276}
277
278/** Test/maintenance hook: forget cached config (e.g. after rewriting it in a test). */
279export function clearProjectConfigCache(): void {

Callers 2

loadExcludeMatcherFunction · 0.90

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected