MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / removeImportSession

Method removeImportSession

src/stores/apiServer.ts:101–101  ·  view source on GitHub ↗
(sourceId: string, sessionId: string, deleteData?: boolean)

Source from the content-addressed store, hash-verified

99 sessions: Array<{ name: string; remoteSessionId: string }>
100 ): Promise<ImportSession[]>
101 removeImportSession(sourceId: string, sessionId: string, deleteData?: boolean): Promise<boolean>
102 triggerPull(sourceId: string, sessionId?: string): Promise<{ success: boolean; error?: string }>
103 triggerPullAll(sourceId: string): Promise<{ success: boolean; error?: string }>
104 onPullResult(cb: () => void): () => void

Callers 2

createElectronTransportFunction · 0.80
removeImportSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected