(stream, scope)
| 147142 | return source === Scope$1 ? View : source || View; |
| 147143 | } |
| 147144 | function mergeStream(stream, scope) { |
| 147145 | const list = stream.merge.map((s)=>parseStream(s, scope)), entry1 = streamParameters({ |
| 147146 | merge: list |
| 147147 | }, stream, scope); |
| 147148 | return scope.addStream(entry1).id; |
| 147149 | } |
| 147150 | function nestedStream(stream, scope) { |
| 147151 | const id = parseStream(stream.stream, scope), entry2 = streamParameters({ |
| 147152 | stream: id |
nothing calls this directly
no test coverage detected