MCPcopy
hub / github.com/cloudflare/capnweb / sendRelease

Method sendRelease

src/rpc.ts:290–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 }
289
290 private sendRelease() {
291 if (this.remoteRefcount > 0) {
292 this.session.sendRelease(this.importId, this.remoteRefcount);
293 this.remoteRefcount = 0;
294 }
295 }
296};
297
298class RpcImportHook extends StubHook {

Callers 2

resolveMethod · 0.95
disposeMethod · 0.95

Calls 1

sendReleaseMethod · 0.45

Tested by

no test coverage detected