MCPcopy Create free account
hub / github.com/nodejs/node / pull

Method pull

lib/internal/streams/iter/share.js:424–431  ·  view source on GitHub ↗
(...transforms)

Source from the content-addressed store, hash-verified

422 }
423
424 pull(...transforms) {
425 const rawConsumer = this.#createRawConsumer();
426
427 if (transforms.length > 0) {
428 return pullSyncWithTransforms(rawConsumer, ...transforms);
429 }
430 return rawConsumer;
431 }
432
433 #createRawConsumer() {
434 const state = {

Callers

nothing calls this directly

Calls 1

#createRawConsumerMethod · 0.95

Tested by

no test coverage detected