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

Class repo_config_values

entry.c:444–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 struct cache_entry *ce, struct stat *st)
443{
444 struct repo_config_values *cfg = repo_config_values(the_repository);
445 int trust_ino = cfg->check_stat;
446
447#if defined(GIT_WINDOWS_NATIVE) || defined(__CYGWIN__)

Callers 1

mark_colliding_entriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected