Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
private:
145
void check_for_error()
146
{
147
if (_if.fail())
148
error(
"SCP read I/O error: {}"
, strerror(errno));
149
}
150
151
private:
152
const ScpFluxSourceProto& _config;
Callers
nothing calls this directly
Calls
2
error
Function · 0.85
fail
Method · 0.80
Tested by
no test coverage detected