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

Function createSessionBusConnection

src/Connection.cpp:1026–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026std::unique_ptr<IConnection> createSessionBusConnection()
1027{
1028 auto interface = std::make_unique<internal::SdBus>();
1029 return std::make_unique<internal::Connection>(std::move(interface), Connection::session_bus);
1030}
1031
1032std::unique_ptr<IConnection> createSessionBusConnection(const ServiceName& name)
1033{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

requestNameMethod · 0.80

Tested by

no test coverage detected