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

Function loadIncludeIgnoredPatterns

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

Source from the content-addressed store, hash-verified

260 * are never discovered or indexed (#970, #976).
261 */
262export function loadIncludeIgnoredPatterns(rootDir: string): string[] {
263 return loadParsedConfig(rootDir).includeIgnored;
264}
265
266/**
267 * Load the validated `exclude` patterns for a project, mtime-cached.

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected