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

Function clearProjectConfigCache

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

Source from the content-addressed store, hash-verified

393
394/** Test/maintenance hook: forget cached config (e.g. after rewriting it in a test). */
395export function clearProjectConfigCache(): void {
396 cache.clear();
397}
398
399/**
400 * Add gitignore-style patterns to a project's `codegraph.json` `includeIgnored`

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected