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

Function repo_config_clear

config.c:2327–2332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2325}
2326
2327void repo_config_clear(struct repository *repo)
2328{
2329 if (!repo->config || !repo->config->hash_initialized)
2330 return;
2331 git_configset_clear(repo->config);
2332}
2333
2334void repo_config(struct repository *repo, config_fn_t fn, void *data)
2335{

Callers 4

create_default_filesFunction · 0.85
cmd_reconfigureFunction · 0.85

Calls 1

git_configset_clearFunction · 0.85

Tested by

no test coverage detected