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

Function addTransforms

packages/sanddance-specs/src/scope.ts:49–54  ·  view source on GitHub ↗
(data: Data, ...transforms: Transforms[])

Source from the content-addressed store, hash-verified

47}
48
49export function addTransforms(data: Data, ...transforms: Transforms[]) {
50 if (!data.transform) {
51 data.transform = [];
52 }
53 data.transform.push(...transforms);
54}
55
56export function getDataByName(data: Data[], dataName: string) {
57 for (let i = 0; i < data.length; i++) {

Callers 11

buildMethod · 0.90
treemapTransformMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
addSignalsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected