MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Create

Method Create

src/log/proxy-log.hpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204 [[nodiscard]] static LogServiceProxy::Ptr Create(DBus::Connection::Ptr dbuscon)
205 {
206 return LogServiceProxy::Ptr(new LogServiceProxy(dbuscon));
207 }
208
209 /**
210 * Helper function to connect to the Log service and attach this caller to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected