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

Class stat

ppcc/adlib/os.cc:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218bool FileStat(FileInfo &info, const char *path, bool follow_links) {
219 struct stat st;
220 if (follow_links) {
221 if (stat(path, &st) < 0)
222 return false;

Callers 1

FileStatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected