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

Function Stat

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

Source from the content-addressed store, hash-verified

2293# else
2294inline int FileNo(FILE* file) { return _fileno(file); }
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;

Callers 2

FileOrDirectoryExistsMethod · 0.85
DirectoryExistsMethod · 0.85

Calls 2

_statClass · 0.85
statClass · 0.70

Tested by

no test coverage detected