MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / check_for_error

Method check_for_error

lib/fluxsource/fl2fluxsource.cc:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70private:
71 void check_for_error(std::ifstream& ifs)
72 {
73 if (ifs.fail())
74 error("FL2 read I/O error: {}", strerror(errno));
75 }
76
77private:
78 const Fl2FluxSourceProto& _config;

Callers

nothing calls this directly

Calls 2

errorFunction · 0.85
failMethod · 0.80

Tested by

no test coverage detected