Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ transform
Function
transform
benchmark/streams/iter-creation.js:43–43 ·
view source on GitHub ↗
(c, e, cb)
Source
from the content-addressed store, hash-verified
41
case
'transform'
:
42
for
(
let
i = 0; i < n; i++) tmp =
new
Transform({
43
transform(c, e, cb) { cb(null, c); },
44
});
45
break;
46
case
'pair'
:
Callers
nothing calls this directly
Calls
2
cb
Function · 0.50
enqueue
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…