MCPcopy Index your code
hub / github.com/nodejs/node / pull

Method pull

lib/internal/webstreams/transfer.js:152–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 async pull() {
153 if (this[kState].unref) {
154 this[kState].unref = false;
155 this[kState].port.ref();
156 }
157 this[kState].port.postMessage({ type: 'pull' });
158 }
159
160 async cancel(reason) {
161 try {

Callers

nothing calls this directly

Calls 2

refMethod · 0.65
postMessageMethod · 0.45

Tested by

no test coverage detected