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/fl2fluxsource.cc:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
private:
71
void check_for_error(std::ifstream& ifs)
72
{
73
if (ifs.fail())
74
error(
"FL2 read I/O error: {}"
, strerror(errno));
75
}
76
77
private:
78
const Fl2FluxSourceProto& _config;
Callers
nothing calls this directly
Calls
2
error
Function · 0.85
fail
Method · 0.80
Tested by
no test coverage detected