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

Method push

packages/rpc/src/interface.ts:31–31  ·  view source on GitHub ↗
(input: { senderRev: number; changes: ReadableStream<ChangeEntry> })

Source from the content-addressed store, hash-verified

29 // settles, and echoes that cursor back as `appliedPushCursor` so
30 // the sender can assert applied covers pushed on every response.
31 push(input: { senderRev: number; changes: ReadableStream<ChangeEntry> }): Promise<{
32 rev: number;
33 appliedPushCursor: ChangeCursor;
34 }>;

Callers 8

pullOnceImplFunction · 0.65
pushOnceFunction · 0.65
drainStreamFunction · 0.65
getFunction · 0.65
pushMethod · 0.65
wire.test.tsFile · 0.65
drainExecFunction · 0.65

Implementers 1

SyncRPCServerpackages/rpc/src/server.ts

Calls

no outgoing calls

Tested by 3

drainStreamFunction · 0.52
getFunction · 0.52
drainExecFunction · 0.52