Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanxz/SimpleAmqpClient
/ BasicMessage
Method
BasicMessage
src/BasicMessage.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
};
60
61
BasicMessage::BasicMessage() : m_impl(new Impl) {}
62
63
BasicMessage::BasicMessage(const std::string& body) : m_impl(new Impl) {
64
Body(body);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected