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

Method GetError

src/common/machineid.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48std::string MachineIDException::GetError() const noexcept
49{
50 return error;
51}
52
53
54const char *MachineIDException::what() const noexcept

Callers 5

initialize_clientMethod · 0.80
~NetCfgTunBuilderMethod · 0.80
cmd_variablesFunction · 0.80
cmd_netcfg_serviceFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64