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

Method success

src/common/machineid.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188void MachineID::success() const
189{
190 if (!errormsg.empty())
191 {
192 throw MachineIDException(errormsg);
193 }
194}
195
196
197MachineID::SourceType MachineID::GetSource() const noexcept

Callers 4

initialize_clientMethod · 0.80
cmd_variablesFunction · 0.80
TEST_FFunction · 0.80
mainFunction · 0.80

Calls 2

MachineIDExceptionClass · 0.85
emptyMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
mainFunction · 0.64