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

Function createSessionBusConnectionWithAddress

src/Connection.cpp:1039–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039std::unique_ptr<IConnection> createSessionBusConnectionWithAddress(const std::string &address)
1040{
1041 auto interface = std::make_unique<internal::SdBus>();
1042 return std::make_unique<internal::Connection>(std::move(interface), Connection::custom_session_bus, address);
1043}
1044
1045std::unique_ptr<IConnection> createRemoteSystemBusConnection(const std::string& host)
1046{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected