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

Method unexport

src/rpc.ts:541–545  ·  view source on GitHub ↗
(ids: Array<ExportId>)

Source from the content-addressed store, hash-verified

539 }
540
541 unexport(ids: Array<ExportId>): void {
542 for (let id of ids) {
543 this.releaseExport(id, 1);
544 }
545 }
546
547 private releaseExport(exportId: ExportId, refcount: number) {
548 let entry = this.exports[exportId];

Callers

nothing calls this directly

Calls 1

releaseExportMethod · 0.95

Tested by

no test coverage detected