Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
610
int 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
615
int git_config_key_is_valid(const char *key)
616
{
Callers
5
config_parse_pair
Function · 0.85
configset_find_element
Function · 0.85
repo_config_set_multivar_in_file_gently
Function · 0.85
print_config_from_gitmodules
Function · 0.85
get_value
Function · 0.85
Calls
1
do_parse_config_key
Function · 0.85
Tested by
no test coverage detected