Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
export
async
function
triggerSync(): Promise<SyncResponse> {
136
return
apiRequest<SyncResponse>(
'/storage/sync'
, {
137
method:
'POST'
,
138
});
139
}
Callers
1
handleSync
Function · 0.90
Calls
1
apiRequest
Function · 0.85
Tested by
no test coverage detected