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

Function getStorageStatus

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

Source from the content-addressed store, hash-verified

121}
122
123export async function getStorageStatus(): Promise<StorageStatusResponse> {
124 return apiRequest<StorageStatusResponse>('/storage');
125}
126
127export interface SyncResponse {
128 success: boolean;

Callers 1

AdminPageFunction · 0.90

Calls 1

apiRequestFunction · 0.85

Tested by

no test coverage detected