Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Windscribe/Desktop-App
/ isFileExists
Function
isFileExists
src/helper/macos/utils.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool isFileExists(const std::string &name)
88
{
89
struct stat buffer;
90
return (stat (name.c_str(), &buffer) == 0);
91
}
92
93
bool resolveExePath(const std::string &exePath, const std::string &executable, std::string &outPath)
94
{
Callers
1
FirewallController
Method · 0.70
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected