MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / stat

Class stat

src/thundersvm/util/log.cpp:691–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689#if ELPP_OS_UNIX
690 ELPP_UNUSED(considerFile);
691 struct stat st;
692 return (stat(path, &st) == 0);
693#elif ELPP_OS_WINDOWS
694 DWORD fileType = GetFileAttributesA(path);

Callers 1

pathExistsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected