Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ deserializeString
Function
deserializeString
tests/unittests/Message_test.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
namespace
52
{
53
std::string deserializeString(sdbus::PlainMessage& msg)
54
{
55
std::string str;
56
msg >> str;
57
return str;
58
}
59
} // namespace
60
61
namespace sdbus {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected