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

Class stat

run-command.c:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131int is_executable(const char *name)
132{
133 struct stat st;
134
135 if (stat(name, &st) || /* stat, not lstat */
136 !S_ISREG(st.st_mode))

Callers 1

is_executableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected