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

Function loadExtensionOverrides

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

Source from the content-addressed store, hash-verified

298 * map when there is no `codegraph.json` (the zero-config default).
299 */
300export function loadExtensionOverrides(rootDir: string): Record<string, Language> {
301 return loadParsedConfig(rootDir).extensions;
302}
303
304/**
305 * Load the validated `includeIgnored` patterns for a project, mtime-cached.

Callers 13

getGitChangedFilesFunction · 0.90
scanDirectoryFunction · 0.90
scanDirectoryAsyncFunction · 0.90
scanDirectoryWalkFunction · 0.90
indexAllMethod · 0.90
indexFileWithContentMethod · 0.90
syncMethod · 0.90
handleChangeMethod · 0.90

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected