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

Function Proxy

docs/app/js/sanddance-app.js:118258–118260  ·  view source on GitHub ↗

* Proxy the value of another operator as a pure signal value. * Ensures no tuples are propagated. * @constructor * @param {object} params - The parameters for this operator. * @param {*} params.value - The value to proxy, becomes the value of this operator.

(params)

Source from the content-addressed store, hash-verified

118256 * @param {object} params - The parameters for this operator.
118257 * @param {*} params.value - The value to proxy, becomes the value of this operator.
118258 */ function Proxy(params) {
118259 (0, _vegaDataflow.Transform).call(this, null, params);
118260}
118261(0, _vegaUtil.inherits)(Proxy, (0, _vegaDataflow.Transform), {
118262 transform (_, pulse) {
118263 this.value = _.value;

Callers 1

proxyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected