MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / message

Method message

3rd/asio-1.24.0/include/asio/error_code.hpp:131–134  ·  view source on GitHub ↗

Get the message associated with the error.

Source from the content-addressed store, hash-verified

129
130 /// Get the message associated with the error.
131 std::string message() const
132 {
133 return category_->message(value_);
134 }
135
136 struct unspecified_bool_type_t
137 {

Callers 15

TEST_FFunction · 0.80
TESTFunction · 0.80
CompareTestPartResultMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
OnTestPartResultMethod · 0.80
HasOneFailureFunction · 0.80
OutputXmlTestResultMethod · 0.80
OutputJsonTestResultMethod · 0.80

Calls

no outgoing calls

Tested by 13

TEST_FFunction · 0.64
TESTFunction · 0.64
CompareTestPartResultMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
OnTestPartResultMethod · 0.64
HasOneFailureFunction · 0.64
OutputXmlTestResultMethod · 0.64
OutputJsonTestResultMethod · 0.64