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

Function params

docs/app/js/sanddance-app.js:130988–130991  ·  view source on GitHub ↗
(obj, _)

Source from the content-addressed store, hash-verified

130986 "bandwidth"
130987];
130988function params(obj, _) {
130989 PARAMS.forEach((param)=>_[param] != null ? obj[param](_[param]) : 0);
130990 return obj;
130991}
130992(0, _vegaUtil.inherits)(KDE2D, (0, _vegaDataflow.Transform), {
130993 transform (_, pulse) {
130994 if (this.value && !pulse.changed() && !_.modified()) return pulse.StopPropagation;

Callers 1

transformFunction · 0.70

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected