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

Function addTransforms

docs/app/js/sanddance-app.js:3066–3069  ·  view source on GitHub ↗
(data, ...transforms)

Source from the content-addressed store, hash-verified

3064 scope.signals.push(...signal);
3065}
3066function addTransforms(data, ...transforms) {
3067 if (!data.transform) data.transform = [];
3068 data.transform.push(...transforms);
3069}
3070function getDataByName(data, dataName) {
3071 for(let i = 0; i < data.length; i++){
3072 if (data[i].name === dataName) return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected