MCPcopy Index your code
hub / github.com/microsoft/SandDance / operator

Function operator

docs/app/js/sanddance-app.js:146754–146756  ·  view source on GitHub ↗
(spec, update)

Source from the content-addressed store, hash-verified

146752 return this;
146753 },
146754 operator (spec, update) {
146755 this.add(spec, this.dataflow.add(spec.value, update));
146756 },
146757 transform (spec, type) {
146758 this.add(spec, this.dataflow.add(this.transforms[canonicalType(type)]));
146759 },

Callers 4

parseTriggerFunction · 0.70
parseViewFunction · 0.70
addSignalFunction · 0.70
signalRefFunction · 0.70

Calls 2

entryFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected