MCPcopy 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
50function color(rail: number): string {
51 return RAIL_COLORS[rail % RAIL_COLORS.length]
52}
53
54// Graph layout computation
55

Callers 3

computeLayoutFunction · 0.85
RailsSVGFunction · 0.85
CommitGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected