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