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

Interface SyncResponse

src/client/api.ts:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127export interface SyncResponse {
128 success: boolean;
129 message?: string;
130 lastSync?: string;
131 error?: string;
132 details?: string;
133}
134
135export async function triggerSync(): Promise<SyncResponse> {
136 return apiRequest<SyncResponse>('/storage/sync', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected