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

Method fetchChanges

packages/rpc/src/interface.ts:48–48  ·  view source on GitHub ↗
(input: { after?: ChangeCursor; ignore?: string[] })

Source from the content-addressed store, hash-verified

46 //
47 // Per-file entries carry (hash, size) chunk lists; no bytes inline.
48 fetchChanges(input: { after?: ChangeCursor; ignore?: string[] }): Promise<{
49 currentCursor: ChangeCursor;
50 appliedPushCursor: ChangeCursor;
51 stream: ReadableStream<ChangeEntry>;

Callers 5

computerd.test.tsFile · 0.65
pullOnceImplFunction · 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