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

Function addSignals

packages/sanddance-specs/src/scope.ts:42–47  ·  view source on GitHub ↗
(scope: Scope, ...signal: Signal[])

Source from the content-addressed store, hash-verified

40}
41
42export function addSignals(scope: Scope, ...signal: Signal[]) {
43 if (!scope.signals) {
44 scope.signals = [];
45 }
46 scope.signals.push(...signal);
47}
48
49export function addTransforms(data: Data, ...transforms: Transforms[]) {
50 if (!data.transform) {

Callers 9

buildMethod · 0.90
addColorFunction · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected