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

Function createServerBus

src/Connection.cpp:1063–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063std::unique_ptr<IConnection> createServerBus(int fd)
1064{
1065 auto interface = std::make_unique<internal::SdBus>();
1066 return std::make_unique<internal::Connection>(std::move(interface), Connection::server_bus, fd);
1067}
1068
1069std::unique_ptr<IConnection> createBusConnection(sd_bus *bus)
1070{

Callers 1

Calls

no outgoing calls

Tested by 1