MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / openDir

Method openDir

src/services/cache/fetch.ts:44–46  ·  view source on GitHub ↗
(cacheId: string)

Source from the content-addressed store, hash-verified

42 }
43
44 async openDir(cacheId: string): Promise<{ success: boolean; error?: string }> {
45 return post<{ success: boolean; error?: string }>('/cache/open-dir', { cacheId })
46 }
47
48 async showInFolder(filePath: string): Promise<{ success: boolean; error?: string }> {
49 return post<{ success: boolean; error?: string }>('/cache/show-in-folder', { filePath })

Callers

nothing calls this directly

Calls 1

postFunction · 0.90

Tested by

no test coverage detected