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

Function addScales

docs/app/js/sanddance-app.js:3058–3061  ·  view source on GitHub ↗
(scope, ...scale)

Source from the content-addressed store, hash-verified

3056 scope.marks.push(...marks);
3057}
3058function addScales(scope, ...scale) {
3059 if (!scope.scales) scope.scales = [];
3060 scope.scales.push(...scale.filter(Boolean));
3061}
3062function addSignals(scope, ...signal) {
3063 if (!scope.signals) scope.signals = [];
3064 scope.signals.push(...signal);

Callers

nothing calls this directly

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected