Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
bool utility::exists(const std::string& _path) {
251
struct stat its_stat;
252
return (stat(_path.c_str(), &its_stat) == 0);
253
}
254
Callers
3
exists
Method · 0.85
is_file
Method · 0.85
is_folder
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected