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

Interface HttpFetcher

packages/sync/src/types.ts:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 * Platform implementations: Electron uses `net.request`, Node.js uses `fetch`.
115 */
116export interface HttpFetcher {
117 fetchToTempFile(baseUrl: string, remoteSessionId: string, token: string, params: FetchParams): Promise<string>
118}
119
120/**
121 * Imports a downloaded temp file into a local session database.

Callers 1

executePullSessionMethod · 0.65

Implementers 2

ElectronFetcherapps/desktop/main/api/adapters.ts
NodeFetcherapps/cli/src/sync/adapters.ts

Calls

no outgoing calls

Tested by

no test coverage detected