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

Function parse_bool

userdiff.c:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451static int parse_bool(int *b, const char *k, const char *v)
452{
453 *b = git_config_bool(k, v);
454 return 0;
455}
456
457int userdiff_config(const char *k, const char *v)
458{

Callers 1

userdiff_configFunction · 0.85

Calls 1

git_config_boolFunction · 0.85

Tested by

no test coverage detected