MCPcopy Index your code
hub / github.com/git/git / git_config_parse_key

Function git_config_parse_key

config.c:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610int git_config_parse_key(const char *key, char **store_key, size_t *baselen_)
611{
612 return do_parse_config_key(key, store_key, baselen_, 0);
613}
614
615int git_config_key_is_valid(const char *key)
616{

Callers 5

config_parse_pairFunction · 0.85
configset_find_elementFunction · 0.85
get_valueFunction · 0.85

Calls 1

do_parse_config_keyFunction · 0.85

Tested by

no test coverage detected