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

Method getLatestImportLog

src/services/cache/fetch.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 async getLatestImportLog(): Promise<{ success: boolean; path?: string; name?: string; error?: string }> {
31 return get<{ success: boolean; path?: string; name?: string; error?: string }>('/cache/latest-import-log')
32 }
33
34 async saveToDownloads(
35 filename: string,

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected