MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / Message

Method Message

src/Message.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52namespace sdbus {
53
54Message::Message(internal::IConnection* connection) noexcept
55 : connection_(connection)
56{
57 assert(connection_ != nullptr);
58}
59
60Message::Message(void *msg, internal::IConnection* connection) noexcept
61 : msg_(msg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected