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

Method GetConfigName

src/python/openvpn3/ConfigManager.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 #
82 @__delete_check
83 def GetConfigName(self):
84 return str(self.__prop_intf.Get('net.openvpn.v3.configuration','name'))
85
86
87 ##

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected