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

Method next

lib/internal/per_context/primordials.js:377–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375 this._iterator = factory(iterable);
376 }
377 next() {
378 return next(this._iterator);
379 }
380 [SymbolIterator]() {
381 return this;
382 }

Callers

nothing calls this directly

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected