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

Method Create

src/client/proxy-devposture.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 using Ptr = std::shared_ptr<Handler>;
68
69 [[nodiscard]] static Ptr Create(DBus::Connection::Ptr conn)
70 {
71 return Ptr(new Handler(conn));
72 }
73
74#ifdef HAVE_TINYXML
75 XmlDocPtr Introspect()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected