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

Function Sieve

docs/app/js/sanddance-app.js:118533–118536  ·  view source on GitHub ↗

* Propagates a new pulse without any tuples so long as the input * pulse contains some added, removed or modified tuples. * @param {object} params - The parameters for this operator. * @constructor

(params)

Source from the content-addressed store, hash-verified

118531 * @param {object} params - The parameters for this operator.
118532 * @constructor
118533 */ function Sieve(params) {
118534 (0, _vegaDataflow.Transform).call(this, null, params);
118535 this.modified(true); // always treat as modified
118536}
118537(0, _vegaUtil.inherits)(Sieve, (0, _vegaDataflow.Transform), {
118538 transform (_, pulse) {
118539 this.value = pulse.source;

Callers 7

fieldRefFunction · 0.70
parseFacetFunction · 0.70
parseSubflowFunction · 0.70
parseMarkFunction · 0.70
analyzeFunction · 0.70
parseViewFunction · 0.70
pushStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected