MCPcopy 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
649void Session::SetConfigName(const std::string &cfgname)
650{
651 if (config_name.empty())
652 {
653 config_name = cfgname;
654 }
655}
656
657
658const std::string Session::GetConfigName() const noexcept

Callers 1

process_registrationMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected