MCPcopy Create free account
hub / github.com/microsoft/SandDance / streamSource

Function streamSource

docs/tests/v2/es6/js/sanddance.js:133380–133384  ·  view source on GitHub ↗
(stream, scope)

Source from the content-addressed store, hash-verified

133378}
133379
133380function streamSource(stream, scope) {
133381 return {
133382 source: stream.signal ? scope.signalRef(stream.signal) : stream.scale ? scope.scaleRef(stream.scale) : (0, _stream.default)(stream, scope)
133383 };
133384}
133385
133386function mergeSources(sources) {
133387 return {

Callers 1

_defaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected