Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ check_for_error
Function
check_for_error
src/fe-analyselayout.cc:157–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
static void check_for_error()
158
{
159
if (inputFile.fail())
160
error(
"I/O error: {}"
, strerror(errno));
161
}
162
163
static void bad_csv()
164
{
Callers
5
ScpFluxSource
Method · 0.85
readSingleFlux
Method · 0.85
CwfFluxSource
Method · 0.85
readSingleFlux
Method · 0.85
readCsv
Function · 0.85
Calls
2
error
Function · 0.85
fail
Method · 0.80
Tested by
no test coverage detected