Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ isEmpty
Method
isEmpty
src/Message.cpp:702–705 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
700
}
701
702
bool Message::isEmpty() const
703
{
704
return sd_bus_message_is_empty(static_cast<sd_bus_message*>(msg_)) != 0;
705
}
706
707
bool Message::isAtEnd(bool complete) const
708
{
Callers
1
Message.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected