Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ color_parse_mem
Function
color_parse_mem
color.c:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
int color_parse_mem(const char *value, int value_len, char *dst)
369
{
370
return color_parse_mem_1(value, value_len, dst, 0);
371
}
372
373
int color_parse(const char *value, char *dst)
374
{
Callers
4
parse_color
Function · 0.85
parse_graph_colors_config
Function · 0.85
color_parse
Function · 0.85
git_blame_config
Function · 0.85
Calls
1
color_parse_mem_1
Function · 0.85
Tested by
no test coverage detected