MCPcopy Create free account
hub / github.com/boostorg/asio / chat_message

Method chat_message

example/cpp11/chat/chat_message.hpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 static constexpr std::size_t max_body_length = 512;
23
24 chat_message()
25 : body_length_(0)
26 {
27 }
28
29 const char* data() const
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected