MCPcopy Create free account
hub / github.com/nodejs/node / test-stream-iter-to-readable.js

File test-stream-iter-to-readable.js

test/parallel/test-stream-iter-to-readable.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Flags: --experimental-stream-iter
2'use strict';
3
4// Tests for toReadable() and toReadableSync() which create byte-mode

Callers

nothing calls this directly

Calls 15

testNotObjectModeFunction · 0.85
testNotObjectModeSyncFunction · 0.85
testSyncReadFunction · 0.85
testEmptySyncFunction · 0.85
testInvalidSourceAsyncFunction · 0.85
testInvalidSourceSyncFunction · 0.85
testBasicAsyncFunction · 0.85
testMultiBatchAsyncFunction · 0.85
testBackpressureAsyncFunction · 0.85
testErrorAsyncFunction · 0.85

Tested by

no test coverage detected