MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / addImportSessions

Method addImportSessions

src/stores/apiServer.ts:97–97  ·  view source on GitHub ↗
(
    sourceId: string,
    sessions: Array<{ name: string; remoteSessionId: string }>
  )

Source from the content-addressed store, hash-verified

95 ): Promise<DataSource | null>
96 deleteDataSource(id: string): Promise<boolean>
97 addImportSessions(
98 sourceId: string,
99 sessions: Array<{ name: string; remoteSessionId: string }>
100 ): Promise<ImportSession[]>

Callers 2

createElectronTransportFunction · 0.80
addImportSessionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected