MCPcopy Create free account
hub / github.com/cinder/Cinder / message

Method message

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

setupMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
onSendErrorMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
onSendErrorMethod · 0.80
setupUdpMethod · 0.80
setupTcpMethod · 0.80
constructMessageAMethod · 0.80
constructMessageBMethod · 0.80

Calls

no outgoing calls

Tested by 4

setupUdpMethod · 0.64
setupTcpMethod · 0.64
constructMessageAMethod · 0.64
constructMessageBMethod · 0.64