Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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). */
279
export
function
clearProjectConfigCache(): void {
280
cache.clear();
281
}
Callers
4
include-ignored-config.test.ts
File · 0.90
extension-mapping.test.ts
File · 0.90
exclude-config.test.ts
File · 0.90
multi-repo-workspace.test.ts
File · 0.90
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected