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

Function clearProjectConfigCache

src/project-config.ts:279–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277
278/** Test/maintenance hook: forget cached config (e.g. after rewriting it in a test). */
279export function clearProjectConfigCache(): void {
280 cache.clear();
281}

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected