MCPcopy Create free account
hub / github.com/emwalker/digraph / borderColor

Function borderColor

client/src/components/helpers.ts:11–13  ·  view source on GitHub ↗
(hexColor: string)

Source from the content-addressed store, hash-verified

9}
10
11function borderColor(hexColor: string) {
12 return hexColor === '' ? '' : `${hexColor}ff`
13}
14
15type GetAlertsType<R> = (response: R) => readonly AlertMessageType[]
16

Callers 5

EditTopicFunction · 0.90
ViewRepoTopicFunction · 0.90
EditRepoTopicFunction · 0.90
EditLinkFunction · 0.90
ViewRepoLinkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected