MCPcopy Create free account
hub / github.com/cloudflare/moltworker / triggerSync

Function triggerSync

src/client/api.ts:135–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135export async function triggerSync(): Promise<SyncResponse> {
136 return apiRequest<SyncResponse>('/storage/sync', {
137 method: 'POST',
138 });
139}

Callers 1

handleSyncFunction · 0.90

Calls 1

apiRequestFunction · 0.85

Tested by

no test coverage detected