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

Function clearProjectConfigCache

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

Source from the content-addressed store, hash-verified

340
341/** Test/maintenance hook: forget cached config (e.g. after rewriting it in a test). */
342export function clearProjectConfigCache(): void {
343 cache.clear();
344}
345
346/**
347 * Add gitignore-style patterns to a project's `codegraph.json` `includeIgnored`

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected