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

Function repo_config_get_ulong

config.c:2407–2412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2405}
2406
2407int repo_config_get_ulong(struct repository *repo,
2408 const char *key, unsigned long *dest)
2409{
2410 git_config_check_init(repo);
2411 return git_configset_get_ulong(repo->config, key, dest);
2412}
2413
2414int repo_config_get_bool(struct repository *repo,
2415 const char *key, int *dest)

Callers 6

repo_cfg_ulongFunction · 0.85
prepare_repo_settingsFunction · 0.85
http_configFunction · 0.85
gc_configFunction · 0.85
launchctl_schedule_plistFunction · 0.85
git_pack_configFunction · 0.85

Calls 2

git_config_check_initFunction · 0.85
git_configset_get_ulongFunction · 0.85

Tested by

no test coverage detected