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

Function clearCppIncludeDirCache

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

Source from the content-addressed store, hash-verified

506 * Clear the C/C++ include directory cache (call between indexing runs)
507 */
508export function clearCppIncludeDirCache(): void {
509 cppIncludeDirCache.clear();
510}
511
512/**
513 * Discover C/C++ include search directories for a project.

Callers 1

resolution.test.tsFile · 0.90

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected