Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ generate
Function
generate
test/parallel/test-stream-readable-next-no-null.js:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
const
{ Readable } = require(
'stream'
);
4
5
async
function
* generate() {
6
yield null;
7
}
8
9
const
stream = Readable.from(generate());
10
Callers
1
test-stream-readable-next-no-null.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…