Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _transform
Function
_transform
test/parallel/test-stream-transform-flush-data.js:12–14 ·
view source on GitHub ↗
(d, e, n)
Source
from the content-addressed store, hash-verified
10
11
12
function
_transform(d, e, n) {
13
n();
14
}
15
16
function
_flush(n) {
17
n(null, expected);
Callers
nothing calls this directly
Calls
1
n
Function · 0.50
Tested by
no test coverage detected