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

Method convertToErrorCode

ext/src/llvm/Error.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72std::error_code ErrorList::convertToErrorCode() const {
73 return std::error_code(static_cast<int>(ErrorErrorCode::MultipleErrors),
74 *ErrorErrorCat);
75}
76
77std::error_code inconvertibleErrorCode() {
78 return std::error_code(static_cast<int>(ErrorErrorCode::InconvertibleError),

Callers 1

errorToErrorCodeFunction · 0.45

Calls 1

error_codeEnum · 0.85

Tested by

no test coverage detected