MCPcopy
hub / github.com/stravu/crystal / getAllWithProjects

Method getAllWithProjects

frontend/src/utils/api.ts:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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');

Callers 2

loadProjectsWithSessionsFunction · 0.80
loadProjectsWithSessionsFunction · 0.80

Calls 1

isElectronFunction · 0.85

Tested by

no test coverage detected