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

Function eventSource

docs/app/js/sanddance-app.js:147141–147143  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

147139 return method(stream, scope);
147140}
147141function eventSource(source) {
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

Callers 1

eventStreamFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected