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

Method paramNamesToString

src/Object.cpp:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323std::string Object::paramNamesToString(const std::vector<std::string>& paramNames)
324{
325 std::string names;
326 for (const auto& name : paramNames)
327 names += name + '\0';
328 return names;
329}
330
331int Object::sdbus_method_callback(sd_bus_message *sdbusMessage, void *userData, sd_bus_error *retError)
332{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected