Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ triggerPullAll
Method
triggerPullAll
packages/sync/src/pull-engine.ts:531–533 ·
view source on GitHub ↗
(sourceId: string)
Source
from the content-addressed store, hash-verified
529
}
530
531
async
triggerPullAll(sourceId: string): Promise<{ success: boolean; error?: string }> {
532
return
this.triggerPull(sourceId)
533
}
534
}
Callers
nothing calls this directly
Calls
1
triggerPull
Method · 0.95
Tested by
no test coverage detected