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

Method pushObjects

packages/rpc/src/interface.ts:87–87  ·  view source on GitHub ↗
(objects: ReadableStream<{ hash: Uint8Array; bytes: Uint8Array }>)

Source from the content-addressed store, hash-verified

85 // bytes the container reported missing (via hasObjects) during a
86 // push. Pushed objects are addressable immediately by hash.
87 pushObjects(objects: ReadableStream<{ hash: Uint8Array; bytes: Uint8Array }>): Promise<void>;
88}
89
90// Process supervision surface. Lives alongside SyncRPC. computerd's

Callers 3

pushOnceFunction · 0.65
wire.test.tsFile · 0.65
pushOneWriteFunction · 0.65

Implementers 1

SyncRPCServerpackages/rpc/src/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected