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

Class stat

setup.c:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174{
175 char *to_free = NULL;
176 struct stat st;
177
178 if (skip_prefix(arg, ":/", &arg)) {
179 if (!*arg) /* ":/" is root dir, always exists */

Callers 5

read_gitfile_gentlyFunction · 0.70
get_device_or_dieFunction · 0.70
enter_repoFunction · 0.70
separate_git_dirFunction · 0.70
init_dbFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected