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

Function repo_config_get_string_multi

config.c:2364–2369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2362}
2363
2364int repo_config_get_string_multi(struct repository *repo, const char *key,
2365 const struct string_list **dest)
2366{
2367 git_config_check_init(repo);
2368 return git_configset_get_string_multi(repo->config, key, dest);
2369}
2370
2371int repo_config_get_string(struct repository *repo,
2372 const char *key, char **dest)

Callers 9

bitmap_preferred_tipsFunction · 0.85
is_tree_submodule_activeFunction · 0.85
load_gc_recent_objectsFunction · 0.85
versioncmpFunction · 0.85
cmd_for_each_repoFunction · 0.85
maintenance_registerFunction · 0.85
maintenance_unregisterFunction · 0.85

Calls 2

git_config_check_initFunction · 0.85

Tested by

no test coverage detected