Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ graph_set_column_colors
Function
graph_set_column_colors
graph.c:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void graph_set_column_colors(const char **colors, unsigned short colors_max)
106
{
107
column_colors = colors;
108
column_colors_max = colors_max;
109
}
110
111
static const char *column_get_color_code(unsigned short color)
112
{
Callers
1
graph_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected