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

Method check_for_error

lib/fluxsource/scpfluxsource.cc:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144private:
145 void check_for_error()
146 {
147 if (_if.fail())
148 error("SCP read I/O error: {}", strerror(errno));
149 }
150
151private:
152 const ScpFluxSourceProto& _config;

Callers

nothing calls this directly

Calls 2

errorFunction · 0.85
failMethod · 0.80

Tested by

no test coverage detected