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

Method triggerPullAll

src/stores/apiServer.ts:103–103  ·  view source on GitHub ↗
(sourceId: string)

Source from the content-addressed store, hash-verified

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(
106 baseUrl: string,

Callers 4

registerApiHandlersFunction · 0.65
registerAutomationRoutesFunction · 0.65
createElectronTransportFunction · 0.65
triggerPullAllFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected