Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ doesFileExist
Function
doesFileExist
lib/core/utils.cc:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
bool doesFileExist(const std::string& filename)
203
{
204
std::ifstream f(filename);
205
return f.good();
206
}
207
208
int countSetBits(uint32_t word)
209
{
Callers
1
createFilesystemFromConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected