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

Function startProgressPolling

src/stores/apiServer.ts:514–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512 }
513
514 function startProgressPolling(): ReturnType<typeof setInterval> {
515 return setInterval(fetchSyncProgress, 3000)
516 }
517
518 function listenPullResult() {
519 return transport.onPullResult(async () => {

Callers 2

triggerPullFunction · 0.85
triggerPullAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected