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

Function output

docs/app/js/sanddance-app.js:117909–117917  ·  view source on GitHub ↗
(op, pulse, data)

Source from the content-addressed store, hash-verified

117907 return _.modified("async") && !(_.modified("values") || _.modified("url") || _.modified("format"));
117908}
117909function output(op, pulse, data) {
117910 data.forEach((0, _vegaDataflow.ingest));
117911 const out = pulse.fork(pulse.NO_FIELDS & pulse.NO_SOURCE);
117912 out.rem = op.value;
117913 op.value = out.source = out.add = data;
117914 op._pending = null;
117915 if (out.rem.length) out.clean(true);
117916 return out;
117917}
117918/**
117919 * Extend tuples by joining them with values from a lookup table.
117920 * @constructor

Callers 2

transformFunction · 0.70
loessFunction · 0.70

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected