* 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)
| 110287 | * @param {function(object, object): boolean} [param.encoders.exit] - Exit encoding set |
| 110288 | */ |
| 110289 | function Encode(params) { |
| 110290 | _vegaDataflow.Transform.call(this, null, params); |
| 110291 | } |
| 110292 | |
| 110293 | var prototype = (0, _vegaUtil.inherits)(Encode, _vegaDataflow.Transform); |
| 110294 |
nothing calls this directly
no outgoing calls
no test coverage detected