MCPcopy 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
6test(() => {
7 new TransformStream({ transform() { } });
8}, 'TransformStream can be constructed with a transform function');
9
10test(() => {

Callers

nothing calls this directly

Calls 4

delayFunction · 0.50
assert_trueFunction · 0.50
enqueueMethod · 0.45
thenMethod · 0.45

Tested by

no test coverage detected