Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ iskeychar
Function
iskeychar
config.c:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
static inline int iskeychar(int c)
527
{
528
return isalnum(c) || c ==
'-'
;
529
}
530
531
/*
532
* Auxiliary function to sanity-check and split the key into the section
Callers
3
do_parse_config_key
Function · 0.85
get_value
Function · 0.85
get_base_var
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected