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

Function repo_config_get_int

config.c:2393–2398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2391}
2392
2393int repo_config_get_int(struct repository *repo,
2394 const char *key, int *dest)
2395{
2396 git_config_check_init(repo);
2397 return git_configset_get_int(repo->config, key, dest);
2398}
2399
2400int repo_config_get_uint(struct repository *repo,
2401 const char *key, unsigned int *dest)

Callers 15

fetch_pack_configFunction · 0.85
merge_recursive_configFunction · 0.85
fsmonitor_hook_versionFunction · 0.85
make_script_with_mergesFunction · 0.85
repo_cfg_intFunction · 0.85
prepare_repo_settingsFunction · 0.85
write_midx_internalFunction · 0.85
prepare_auto_maintenanceFunction · 0.85

Calls 2

git_config_check_initFunction · 0.85
git_configset_get_intFunction · 0.85

Tested by 1

cmd__configFunction · 0.68