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

Method GetConfigName

src/sessionmgr/sessionmgr-session.cpp:658–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656
657
658const std::string Session::GetConfigName() const noexcept
659{
660 return config_name;
661}
662
663
664const std::string Session::GetDeviceName() const noexcept

Callers 9

list_running_sessionsFunction · 0.45
cmd_session_manageFunction · 0.45
cmd_session_authFunction · 0.45
cmd_sessions_listFunction · 0.45
method_lookup_configMethod · 0.45
ovpncli.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected