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

Function loadExtensionOverrides

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

Source from the content-addressed store, hash-verified

248 * map when there is no `codegraph.json` (the zero-config default).
249 */
250export function loadExtensionOverrides(rootDir: string): Record<string, Language> {
251 return loadParsedConfig(rootDir).extensions;
252}
253
254/**
255 * Load the validated `includeIgnored` patterns for a project, mtime-cached.

Callers 11

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