Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ transform
Function
transform
test/fixtures/wpt/streams/transform-streams/general.any.js:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
test(() => {
7
new
TransformStream({ transform() { } });
8
},
'TransformStream can be constructed with a transform function'
);
9
10
test(() => {
Callers
nothing calls this directly
Calls
4
delay
Function · 0.50
assert_true
Function · 0.50
enqueue
Method · 0.45
then
Method · 0.45
Tested by
no test coverage detected