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

Method Create

src/tests/dbus/request-queue-service.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 using Ptr = std::shared_ptr<RequiresQueueDebug>;
45
46 [[nodiscard]] static RequiresQueueDebug::Ptr Create()
47 {
48 return RequiresQueueDebug::Ptr(new RequiresQueueDebug());
49 }
50
51
52 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected