Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
export
async
function
getStorageStatus(): Promise<StorageStatusResponse> {
124
return
apiRequest<StorageStatusResponse>(
'/storage'
);
125
}
126
127
export
interface
SyncResponse {
128
success: boolean;
Callers
1
AdminPage
Function · 0.90
Calls
1
apiRequest
Function · 0.85
Tested by
no test coverage detected