MCPcopy Create free account
hub / github.com/MigoXLab/coderio / getCachePath

Function getCachePath

src/utils/code-cache.ts:17–19  ·  view source on GitHub ↗

* Get the path to the cache file

(workspace: WorkspaceStructure)

Source from the content-addressed store, hash-verified

15 * Get the path to the cache file
16 */
17function getCachePath(workspace: WorkspaceStructure): string {
18 return workspace.checkpoint;
19}
20
21/**
22 * Load code generation cache from file

Callers 2

loadCodeCacheFunction · 0.85
saveCodeCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected