()
| 51 | }, |
| 52 | |
| 53 | async getArchivedWithProjects() { |
| 54 | if (!isElectron()) throw new Error('Electron API not available'); |
| 55 | return window.electronAPI.sessions.getArchivedWithProjects(); |
| 56 | }, |
| 57 | |
| 58 | async get(sessionId: string) { |
| 59 | if (!isElectron()) throw new Error('Electron API not available'); |
no test coverage detected