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

Function clearCppIncludeDirCache

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

Source from the content-addressed store, hash-verified

507 * Clear the C/C++ include directory cache (call between indexing runs)
508 */
509export function clearCppIncludeDirCache(): void {
510 cppIncludeDirCache.clear();
511}
512
513/**
514 * 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