Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
function
borderColor(hexColor: string) {
12
return
hexColor ===
''
?
''
: `${hexColor}ff`
13
}
14
15
type
GetAlertsType<R> = (response: R) => readonly AlertMessageType[]
16
Callers
5
EditTopic
Function · 0.90
ViewRepoTopic
Function · 0.90
EditRepoTopic
Function · 0.90
EditLink
Function · 0.90
ViewRepoLink
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected