MCPcopy Index your code
hub / github.com/microsoft/SandDance / mergeStream

Function mergeStream

docs/app/js/sanddance-app.js:147144–147149  ·  view source on GitHub ↗
(stream, scope)

Source from the content-addressed store, hash-verified

147142 return source === Scope$1 ? View : source || View;
147143}
147144function 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}
147150function nestedStream(stream, scope) {
147151 const id = parseStream(stream.stream, scope), entry2 = streamParameters({
147152 stream: id

Callers

nothing calls this directly

Calls 2

parseStreamFunction · 0.70
streamParametersFunction · 0.70

Tested by

no test coverage detected