Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
next
Function · 0.50
Tested by
no test coverage detected