(cacheId: string)
| 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 | } |
no outgoing calls
no test coverage detected