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

Function createPseudoConnection

src/Connection.cpp:988–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986namespace sdbus::internal {
987
988std::unique_ptr<IConnection> createPseudoConnection()
989{
990 auto interface = std::make_unique<SdBus>();
991 return std::make_unique<Connection>(std::move(interface), Connection::pseudo_bus);
992}
993
994} // namespace sdbus::internal
995

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected