MCPcopy Create free account
hub / github.com/brichard19/BitCrack / exists

Method exists

KeyFinder/ConfigFile.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11bool ConfigFileReader::exists()
12{
13 std::ifstream f(_path);
14 return f.good();
15}
16
17ConfigFileEntry ConfigFileReader::readEntry(const std::string &line)
18{

Callers 1

readCheckpointFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected