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

Method fetchRemoteSessions

src/stores/apiServer.ts:105–105  ·  view source on GitHub ↗
(
    baseUrl: string,
    token?: string,
    query?: { keyword?: string; limit?: number; cursor?: string }
  )

Source from the content-addressed store, hash-verified

103 triggerPullAll(sourceId: string): Promise<{ success: boolean; error?: string }>
104 onPullResult(cb: () => void): () => void
105 fetchRemoteSessions(
106 baseUrl: string,
107 token?: string,
108 query?: { keyword?: string; limit?: number; cursor?: string }

Callers 2

createElectronTransportFunction · 0.80
fetchRemoteSessionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected