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

Function clearCppIncludeDirCache

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

Source from the content-addressed store, hash-verified

332 * Clear the C/C++ include directory cache (call between indexing runs)
333 */
334export function clearCppIncludeDirCache(): void {
335 cppIncludeDirCache.clear();
336}
337
338/**
339 * 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