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

Method triggerPull

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

Source from the content-addressed store, hash-verified

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
105 fetchRemoteSessions(

Callers 4

registerApiHandlersFunction · 0.65
registerAutomationRoutesFunction · 0.65
createElectronTransportFunction · 0.65
triggerPullFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected