MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / IsDir

Function IsDir

rtpose_wrapper/src/gtest/gtest.h:2642–2644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2640inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2641inline int RmDir(const char* dir) { return _rmdir(dir); }
2642inline bool IsDir(const StatStruct& st) {
2643 return (_S_IFDIR & st.st_mode) != 0;
2644}
2645# endif // GTEST_OS_WINDOWS_MOBILE
2646
2647#else

Callers 1

DirectoryExistsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected