MCPcopy Create free account
hub / github.com/apache/singa / IsDir

Function IsDir

test/gtest/gtest.h:2839–2841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2837inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2838inline int RmDir(const char* dir) { return _rmdir(dir); }
2839inline bool IsDir(const StatStruct& st) {
2840 return (_S_IFDIR & st.st_mode) != 0;
2841}
2842# endif // GTEST_OS_WINDOWS_MOBILE
2843
2844#else

Callers 1

DirectoryExistsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected