Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-stream-iter-share-async.js
File
test-stream-iter-share-async.js
test/parallel/test-stream-iter-share-async.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
const
common = require(
'../common'
);
Callers
nothing calls this directly
Calls
15
testBasicShare
Function · 0.85
testShareMultipleConsumers
Function · 0.85
testShareConsumerCount
Function · 0.85
testShareCancel
Function · 0.85
testShareCancelMidIteration
Function · 0.85
testShareCancelWithReason
Function · 0.85
testShareAbortSignal
Function · 0.85
testShareAbortSignalWhileSourcePullPending
Function · 0.85
testShareAlreadyAborted
Function · 0.85
testShareSourceError
Function · 0.85
testShareLateJoiningConsumer
Function · 0.85
testShareConsumerBreak
Function · 0.85
Tested by
no test coverage detected