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

Function nestedStream

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

Source from the content-addressed store, hash-verified

147148 return scope.addStream(entry1).id;
147149}
147150function nestedStream(stream, scope) {
147151 const id = parseStream(stream.stream, scope), entry2 = streamParameters({
147152 stream: id
147153 }, stream, scope);
147154 return scope.addStream(entry2).id;
147155}
147156function eventStream(stream, scope) {
147157 let id;
147158 if (stream.type === Timer) {

Callers

nothing calls this directly

Calls 2

parseStreamFunction · 0.70
streamParametersFunction · 0.70

Tested by

no test coverage detected