MCPcopy Create free account
hub / github.com/cppla/ServerStatus / stat

Class stat

server/src/system.c:1415–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413 return 1;
1414#else
1415 struct stat sb;
1416 if (stat(path, &sb) == -1)
1417 return 0;
1418

Callers 1

fs_is_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected