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

Function addStream

docs/app/js/sanddance-app.js:149531–149535  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

149529 }));
149530 },
149531 addStream (stream) {
149532 this.streams.push(stream);
149533 stream.id = this.id();
149534 return stream;
149535 },
149536 addUpdate (update) {
149537 this.updates.push(update);
149538 return update;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected