Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
awaitResolution
Method · 0.80
Calls
1
send
Method · 0.95
Tested by
no test coverage detected