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

Function readAddressesFromFile

KeyFinder/main.cpp:268–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268bool readAddressesFromFile(const std::string &fileName, std::vector<std::string> &lines)
269{
270 if(fileName == "-") {
271 return util::readLinesFromStream(std::cin, lines);
272 } else {
273 return util::readLinesFromStream(fileName, lines);
274 }
275}
276
277int parseCompressionString(const std::string &s)
278{

Callers

nothing calls this directly

Calls 1

readLinesFromStreamFunction · 0.85

Tested by

no test coverage detected