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

Method openDir

src/services/cache/types.ts:42–42  ·  view source on GitHub ↗
(cacheId: string)

Source from the content-addressed store, hash-verified

40 getLatestImportLog(): Promise<{ success: boolean; path?: string; name?: string; error?: string }>
41 saveToDownloads(filename: string, dataUrl: string): Promise<{ success: boolean; filePath?: string; error?: string }>
42 openDir(cacheId: string): Promise<{ success: boolean; error?: string }>
43 showInFolder(filePath: string): Promise<{ success: boolean; error?: string }>
44}

Callers 1

downloadImageFunction · 0.65

Implementers 1

FetchCacheAdaptersrc/services/cache/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected