Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ ~Message
Method
~Message
src/Message.cpp:119–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
Message::~Message()
120
{
121
if (msg_)
122
connection_->decrementMessageRefCount(static_cast<sd_bus_message*>(msg_));
123
}
124
125
Message& Message::operator<<(bool item)
126
{
Callers
nothing calls this directly
Calls
1
decrementMessageRefCount
Method · 0.80
Tested by
no test coverage detected