MCPcopy 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

51namespace
52{
53 std::string deserializeString(sdbus::PlainMessage& msg)
54 {
55 std::string str;
56 msg >> str;
57 return str;
58 }
59} // namespace
60
61namespace sdbus {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected