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

Method hasObjects

packages/rpc/src/interface.ts:77–77  ·  view source on GitHub ↗
(hashes: Uint8Array[])

Source from the content-addressed store, hash-verified

75 readEntry(path: string): Promise<ChangeEntry | null>;
76
77 hasObjects(hashes: Uint8Array[]): Promise<Uint8Array[]>;
78
79 // Container → DO direction of object transfer. Stream bytes for a
80 // set of chunk hashes in request order. Throws EUNKNOWN_HASH if

Callers 5

computerd.test.tsFile · 0.65
pullOnceImplFunction · 0.65
pushOnceFunction · 0.65
wire.test.tsFile · 0.65
mainFunction · 0.65

Implementers 1

SyncRPCServerpackages/rpc/src/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected