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/cwffluxsource.cc:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
117
private:
118
void check_for_error()
119
{
120
if (_if.fail())
121
error(
"SCP read I/O error: {}"
, strerror(errno));
122
}
123
124
private:
125
const CwfFluxSourceProto& _config;
Callers
nothing calls this directly
Calls
2
error
Function · 0.85
fail
Method · 0.80
Tested by
no test coverage detected