Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ backgroundColor
Function
backgroundColor
client/src/components/helpers.ts:7–9 ·
view source on GitHub ↗
(hexColor: string)
Source
from the content-addressed store, hash-verified
5
}
6
7
function
backgroundColor(hexColor: string) {
8
return
hexColor ===
''
?
''
: `${hexColor}33`
9
}
10
11
function
borderColor(hexColor: string) {
12
return
hexColor ===
''
?
''
: `${hexColor}ff`
Callers
2
EditTopic
Function · 0.90
EditLink
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected