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

Function modifySignal

docs/app/js/sanddance-app.js:3363–3365  ·  view source on GitHub ↗
(s, fn, update)

Source from the content-addressed store, hash-verified

3361 return signal;
3362}
3363function modifySignal(s, fn, update) {
3364 s.update = `${fn}((${s.update}), (${update}))`;
3365}
3366
3367},{"./constants":"9PPhV","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"7bxMX":[function(require,module,exports) {
3368var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected