Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ fetchWatermarks
Function
fetchWatermarks
script/computerd-soak.mjs:185–187 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
183
}
184
185
async
function
fetchWatermarks(url) {
186
return
await
batchStub(url).sync.watermarks();
187
}
188
189
// Build a payload-bytes Uint8Array.
190
//
Callers
1
main
Function · 0.85
Calls
2
batchStub
Function · 0.85
watermarks
Method · 0.65
Tested by
no test coverage detected