MCPcopy 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
368int 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
373int color_parse(const char *value, char *dst)
374{

Callers 4

parse_colorFunction · 0.85
color_parseFunction · 0.85
git_blame_configFunction · 0.85

Calls 1

color_parse_mem_1Function · 0.85

Tested by

no test coverage detected