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

Method check_for_error

lib/fluxsource/cwffluxsource.cc:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117private:
118 void check_for_error()
119 {
120 if (_if.fail())
121 error("SCP read I/O error: {}", strerror(errno));
122 }
123
124private:
125 const CwfFluxSourceProto& _config;

Callers

nothing calls this directly

Calls 2

errorFunction · 0.85
failMethod · 0.80

Tested by

no test coverage detected