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

Function signalGroupKey

packages/sanddance-explorer/src/dialogs/settings.tsx:138–145  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

136}
137
138function signalGroupKey(key: string) {
139 for (let i = 0; i < strings.signalGroups.length; i++) {
140 if (strings.signalGroups[i].prefix === key) {
141 return key;
142 }
143 }
144 return '*';
145}
146
147function vegaSignalGroups(vegaSignals: VegaSignal[]) {
148 const signalGroupMap: { [key: string]: VegaSignal[] } = {};

Callers 1

vegaSignalGroupsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected