MCPcopy Create free account
hub / github.com/ablab/spades / inconvertibleErrorCode

Function inconvertibleErrorCode

ext/src/llvm/Error.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::error_code inconvertibleErrorCode() {
78 return std::error_code(static_cast<int>(ErrorErrorCode::InconvertibleError),
79 *ErrorErrorCat);
80}
81
82std::error_code FileError::convertToErrorCode() const {
83 return std::error_code(static_cast<int>(ErrorErrorCode::FileError),

Callers 4

errorToErrorCodeFunction · 0.85
createErrorFunction · 0.85
convertToErrorCodeMethod · 0.85
convertToErrorCodeMethod · 0.85

Calls 1

error_codeEnum · 0.85

Tested by

no test coverage detected