MCPcopy Create free account
hub / github.com/cloudflare/computer / fetchObjects

Function fetchObjects

packages/computer/src/retry.test.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 return hashes;
48 },
49 fetchObjects() {
50 return new ReadableStream({ start: (controller) => controller.close() });
51 },
52 async watermarks() {
53 return { currentRev: 0, pushRev: 0, fetchCursor: { rev: 0, path: null } };
54 },

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected