()
| 46 | }, |
| 47 | |
| 48 | async getAllWithProjects() { |
| 49 | if (!isElectron()) throw new Error('Electron API not available'); |
| 50 | return window.electronAPI.sessions.getAllWithProjects(); |
| 51 | }, |
| 52 | |
| 53 | async getArchivedWithProjects() { |
| 54 | if (!isElectron()) throw new Error('Electron API not available'); |
no test coverage detected