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

Class stat

builtin/credential-cache--daemon.c:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258static void init_socket_directory(const char *path)
259{
260 struct stat st;
261 char *path_copy = xstrdup(path);
262 char *dir = dirname(path_copy);
263

Callers 1

init_socket_directoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected