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