MCPcopy 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
526static 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_keyFunction · 0.85
get_valueFunction · 0.85
get_base_varFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected