MCPcopy Index your code
hub / github.com/cloudflare/capnweb / sendPull

Method sendPull

src/rpc.ts:851–855  ·  view source on GitHub ↗
(id: ImportId)

Source from the content-addressed store, hash-verified

849 }
850
851 sendPull(id: ImportId) {
852 if (this.abortReason) throw this.abortReason;
853
854 this.send(["pull", id]);
855 }
856
857 sendRelease(id: ImportId, remoteRefcount: number) {
858 if (this.abortReason) return;

Callers 1

awaitResolutionMethod · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected