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

Function check_for_error

src/fe-analyselayout.cc:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static void check_for_error()
158{
159 if (inputFile.fail())
160 error("I/O error: {}", strerror(errno));
161}
162
163static void bad_csv()
164{

Callers 5

ScpFluxSourceMethod · 0.85
readSingleFluxMethod · 0.85
CwfFluxSourceMethod · 0.85
readSingleFluxMethod · 0.85
readCsvFunction · 0.85

Calls 2

errorFunction · 0.85
failMethod · 0.80

Tested by

no test coverage detected