Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HairlessVillager/minecommit
/ color
Function
color
minecommit-gui/src/components/commit-graph.tsx:50–52 ·
view source on GitHub ↗
(rail: number)
Source
from the content-addressed store, hash-verified
48
]
49
50
function color(rail: number): string {
51
return RAIL_COLORS[rail % RAIL_COLORS.length]
52
}
53
54
// Graph layout computation
55
Callers
3
computeLayout
Function · 0.85
RailsSVG
Function · 0.85
CommitGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected