MCPcopy 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
202bool doesFileExist(const std::string& filename)
203{
204 std::ifstream f(filename);
205 return f.good();
206}
207
208int countSetBits(uint32_t word)
209{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected