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

Function git_config_check_init

config.c:2320–2325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318}
2319
2320static void git_config_check_init(struct repository *repo)
2321{
2322 if (repo->config && repo->config->hash_initialized)
2323 return;
2324 repo_read_config(repo);
2325}
2326
2327void repo_config_clear(struct repository *repo)
2328{

Callers 14

repo_configFunction · 0.85
repo_config_getFunction · 0.85
repo_config_get_valueFunction · 0.85
repo_config_get_stringFunction · 0.85
repo_config_get_intFunction · 0.85
repo_config_get_uintFunction · 0.85
repo_config_get_ulongFunction · 0.85
repo_config_get_boolFunction · 0.85

Calls 1

repo_read_configFunction · 0.85

Tested by

no test coverage detected