MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer /

Class

frontend/src/cache.ts:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80export class CacheManager {
81 private cachePath: vscode.Uri | null = null;
82 private graphPath: vscode.Uri | null = null;
83 private files: Record<string, FileCache> = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected