MCPcopy Create free account
hub / github.com/diasurgical/devilution / message

Method message

3rdParty/asio/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 2

recv_localMethod · 0.80
whatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected