MCPcopy Create free account
hub / github.com/Tencent/phxsql / stat

Class stat

phxcomm/utils/phx_utils.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67 //check dir if exist
68 struct stat fileStat;
69 if ((stat(check_dir.c_str(), &fileStat) == 0) && S_ISDIR(fileStat.st_mode)) {
70 //exist;
71 } else {

Callers 2

CheckDirMethod · 0.70
GetFileTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected