MCPcopy Create free account
hub / github.com/git/git / color_parse

Function color_parse

color.c:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373int color_parse(const char *value, char *dst)
374{
375 return color_parse_mem(value, strlen(value), dst);
376}
377
378int color_parse_quietly(const char *value, char *dst)
379{

Callers 15

git_config_colorFunction · 0.85
color_atom_parserFunction · 0.85
transport_color_configFunction · 0.85
grep_configFunction · 0.85
use_sideband_colorsFunction · 0.85
init_colorFunction · 0.85
git_diff_basic_configFunction · 0.85
git_get_color_configFunction · 0.85
get_colorFunction · 0.85
git_push_configFunction · 0.85

Calls 1

color_parse_memFunction · 0.85

Tested by

no test coverage detected