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

Function clearImportMappingCache

src/resolution/import-resolver.ts:920–923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

918 * Clear the import mapping cache (call between indexing runs)
919 */
920export function clearImportMappingCache(): void {
921 importMappingCache.clear();
922 cppIncludeDirCache.clear();
923}
924
925/**
926 * Strip JS line + block comments from `content` while preserving

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected