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

Function next

lib/internal/streams/iter/push.js:662–664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

660 return {
661 __proto__: null,
662 async next() {
663 return queue.read();
664 },
665 async return() {
666 queue.consumerReturn();
667 return { __proto__: null, done: true, value: undefined };

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…