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

Method GetDeviceName

src/sessionmgr/sessionmgr-session.cpp:664–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663
664const std::string Session::GetDeviceName() const noexcept
665{
666 validate_vpn_backend("device_name");
667 return be_prx->GetProperty<std::string>(be_target, "device_name");
668}
669
670
671const bool Session::CheckACL(const std::string &caller) const noexcept

Callers 2

method_lookup_interfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected