MCPcopy Create free account
hub / github.com/COVESA/vsomeip / stat

Class stat

implementation/utility/src/utility.cpp:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250bool utility::exists(const std::string& _path) {
251 struct stat its_stat;
252 return (stat(_path.c_str(), &its_stat) == 0);
253}
254

Callers 3

existsMethod · 0.85
is_fileMethod · 0.85
is_folderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected