MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / IsDir

Function IsDir

tests/gtest/gtest.h:2297–2299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2295inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2296inline int RmDir(const char* dir) { return _rmdir(dir); }
2297inline bool IsDir(const StatStruct& st) {
2298 return (_S_IFDIR & st.st_mode) != 0;
2299}
2300# endif // GTEST_OS_WINDOWS_MOBILE
2301
2302#else

Callers 1

DirectoryExistsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected