| 78 | } |
| 79 | |
| 80 | export class CacheManager { |
| 81 | private cachePath: vscode.Uri | null = null; |
| 82 | private graphPath: vscode.Uri | null = null; |
| 83 | private files: Record<string, FileCache> = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected