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

Function addUpdate

docs/app/js/sanddance-app.js:149536–149539  ·  view source on GitHub ↗
(update)

Source from the content-addressed store, hash-verified

149534 return stream;
149535 },
149536 addUpdate (update) {
149537 this.updates.push(update);
149538 return update;
149539 },
149540 // Apply metadata
149541 finish () {
149542 let name3, ds; // annotate root

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected