Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ SetConfigName
Method
SetConfigName
src/sessionmgr/sessionmgr-session.cpp:649–655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
648
649
void Session::SetConfigName(const std::string &cfgname)
650
{
651
if (config_name.empty())
652
{
653
config_name = cfgname;
654
}
655
}
656
657
658
const std::string Session::GetConfigName() const noexcept
Callers
1
process_registration
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected