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

Function loadIncludePatterns

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

Source from the content-addressed store, hash-verified

335 * are never resurfaced, and an explicit `exclude` still wins.
336 */
337export function loadIncludePatterns(rootDir: string): string[] {
338 return loadParsedConfig(rootDir).include;
339}
340
341/** Test/maintenance hook: forget cached config (e.g. after rewriting it in a test). */
342export function clearProjectConfigCache(): void {

Callers 4

loadIncludeMatcherFunction · 0.90
buildScopeIgnoreFunction · 0.90

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected