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

Method getCachedFilePaths

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

* Get all cached file paths

()

Source from the content-addressed store, hash-verified

1452 * Get all cached file paths
1453 */
1454 async getCachedFilePaths(): Promise<string[]> {
1455 await this.initPromise;
1456 return Object.keys(this.files);
1457 }
1458
1459 /**
1460 * Update metadata for nodes in a cached file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected