MCPcopy Create free account
hub / github.com/git/git / repo_config_get_maybe_bool

Function repo_config_get_maybe_bool

config.c:2428–2433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426}
2427
2428int repo_config_get_maybe_bool(struct repository *repo,
2429 const char *key, int *dest)
2430{
2431 git_config_check_init(repo);
2432 return git_configset_get_maybe_bool(repo->config, key, dest);
2433}
2434
2435int repo_config_get_pathname(struct repository *repo,
2436 const char *key, char **dest)

Callers 4

credential_getpassFunction · 0.85
bundle_uri_advertiseFunction · 0.85

Calls 2

git_config_check_initFunction · 0.85

Tested by

no test coverage detected