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

Function createPair

packages/sanddance/src/colorSchemes.ts:39–42  ·  view source on GitHub ↗
(names: string[], colors: string[])

Source from the content-addressed store, hash-verified

37}
38
39function createPair(names: string[], colors: string[]) {
40 const scheme = `dual_${names[0]}${names[1]}`;
41 colorSchemes.push({ scheme, colors });
42}
43
44function createDualColorSchemes() {
45 dualPairs.forEach(colors => {

Callers 1

createDualColorSchemesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected