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

Interface CacheFile

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

* Full cache file structure

Source from the content-addressed store, hash-verified

61 * Full cache file structure
62 */
63interface CacheFile {
64 version: number;
65 files: Record<string, FileCache>;
66 crossFileEdges: CrossFileEdge[];
67 workflows: Record<string, WorkflowInfo>;
68}
69
70/**
71 * Metadata layer for compatibility

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected