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

Function loadIncludePatterns

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

Source from the content-addressed store, hash-verified

388 * are never resurfaced, and an explicit `exclude` still wins.
389 */
390export function loadIncludePatterns(rootDir: string): string[] {
391 return loadParsedConfig(rootDir).include;
392}
393
394/** Test/maintenance hook: forget cached config (e.g. after rewriting it in a test). */
395export function clearProjectConfigCache(): void {

Callers 4

loadIncludeMatcherFunction · 0.90
buildScopeIgnoreFunction · 0.90

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected