MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / message

Method message

deps/asio/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 1

whatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected