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

Function git_config_key_is_valid

config.c:615–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615int git_config_key_is_valid(const char *key)
616{
617 return !do_parse_config_key(key, NULL, NULL, 1);
618}
619
620static int config_parse_pair(const char *key, const char *value,
621 struct key_value_info *kvi,

Callers 1

die_missing_set_valueFunction · 0.85

Calls 1

do_parse_config_keyFunction · 0.85

Tested by

no test coverage detected