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

Method getArchivedWithProjects

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

Source from the content-addressed store, hash-verified

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

Callers 1

loadArchivedSessionsFunction · 0.80

Calls 1

isElectronFunction · 0.85

Tested by

no test coverage detected