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

Method message

ext/include/llvm/Support/Error.h:54–59  ·  view source on GitHub ↗

Return the error message as a string.

Source from the content-addressed store, hash-verified

52
53 /// Return the error message as a string.
54 virtual std::string message() const {
55 std::string Msg;
56 raw_string_ostream OS(Msg);
57 log(OS);
58 return OS.str();
59 }
60
61 /// Convert this error to a std::error_code.
62 ///

Callers 2

toStringFunction · 0.45
logMethod · 0.45

Calls 2

logFunction · 0.50
strMethod · 0.45

Tested by

no test coverage detected