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

Function Encode

docs/tests/v2/es6/js/sanddance.js:110289–110291  ·  view source on GitHub ↗

* Invokes encoding functions for visual items. * @constructor * @param {object} params - The parameters to the encoding functions. This * parameter object will be passed through to all invoked encoding functions. * @param {object} [params.mod=false] - Flag indicating if tuples in the input *

(params)

Source from the content-addressed store, hash-verified

110287 * @param {function(object, object): boolean} [param.encoders.exit] - Exit encoding set
110288 */
110289function Encode(params) {
110290 _vegaDataflow.Transform.call(this, null, params);
110291}
110292
110293var prototype = (0, _vegaUtil.inherits)(Encode, _vegaDataflow.Transform);
110294

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected