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

Function copySignalValue

docs/app/js/sanddance-app.js:19366–19372  ·  view source on GitHub ↗
(signalName)

Source from the content-addressed store, hash-verified

19364 specTypePrefs[role] = rolePrefs;
19365 let column = partialInsight.columns[role];
19366 let copySignalValue = (signalName)=>{
19367 if (partialInsight.signalValues && partialInsight.signalValues[signalName] && rolePrefs[column]) {
19368 const signalValues = rolePrefs[column].signalValues || {};
19369 signalValues[signalName] = partialInsight.signalValues[signalName];
19370 rolePrefs[column].signalValues = signalValues;
19371 }
19372 };
19373 switch(role){
19374 case "color":
19375 rolePrefs[column] = {

Callers 1

initPrefsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected