Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ CheckError
Method
CheckError
src/FileArea.cpp:298–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
void CFileArea::CheckError()
299
{
300
bool err = m_error;
301
m_error = false;
302
if (err)
303
throw CIOFailureException(
"Read error, failed to read from file."
);
304
}
305
Callers
2
CreateHashFromFile
Method · 0.80
StartCreateNextBlockPackage
Method · 0.80
Calls
1
CIOFailureException
Class · 0.85
Tested by
no test coverage detected