MCPcopy
hub / github.com/microsoft/SandDance / transform

Function transform

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

* Process incoming pulses. * Subclasses should override this method to implement transforms. * @param {Parameters} _ - The operator parameter values. * @param {Pulse} pulse - The current dataflow pulse. * @return {Pulse} The output pulse (or StopPropagation). A falsy return * value

()

Source from the content-addressed store, hash-verified

108882 * @return {Pulse} The output pulse (or StopPropagation). A falsy return
108883 * value (including undefined) will let the input pulse pass through.
108884 */ transform () {}
108885});
108886const transforms = {};
108887function definition(type) {

Callers 9

definitionFunction · 0.70
scaleFunction · 0.70
loggishFunction · 0.70
rescaleFunction · 0.70
symlogishFunction · 0.70
powishFunction · 0.70
transformerFunction · 0.70
transformPathsFunction · 0.70
sanddance-app.jsFile · 0.70

Calls 15

stackFunction · 0.85
textMethod · 0.80
SortedListFunction · 0.70
processFunction · 0.70
crossFunction · 0.70
parseFunction · 0.70
sourceFunction · 0.70
partition$1Function · 0.70
autostepFunction · 0.70
fieldFunction · 0.70
subflowFunction · 0.70
testFunction · 0.70

Tested by

no test coverage detected