MCPcopy Create free account
hub / github.com/bytebase/bytebase / getColor

Function getColor

frontend/src/react/components/IssueLabelSelect.tsx:49–49  ·  view source on GitHub ↗
(color?: Color)

Source from the content-addressed store, hash-verified

47 );
48 };
49 const getColor = (color?: Color) => (color ? colorToHex(color) : undefined);
50
51 return (
52 <div className="flex flex-col gap-y-2">

Callers 1

IssueLabelSelectFunction · 0.85

Calls 1

colorToHexFunction · 0.90

Tested by

no test coverage detected