MCPcopy 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
185async function fetchWatermarks(url) {
186 return await batchStub(url).sync.watermarks();
187}
188
189// Build a payload-bytes Uint8Array.
190//

Callers 1

mainFunction · 0.85

Calls 2

batchStubFunction · 0.85
watermarksMethod · 0.65

Tested by

no test coverage detected