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

Function signalGroupKey

docs/app/js/sanddance-app.js:13178–13183  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

13176 };
13177}
13178function signalGroupKey(key) {
13179 for(let i = 0; i < (0, _language.strings).signalGroups.length; i++){
13180 if ((0, _language.strings).signalGroups[i].prefix === key) return key;
13181 }
13182 return "*";
13183}
13184function vegaSignalGroups(vegaSignals) {
13185 const signalGroupMap = {};
13186 vegaSignals.forEach((vs)=>{

Callers 1

vegaSignalGroupsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected