Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
void MachineID::success() const
189
{
190
if (!errormsg.empty())
191
{
192
throw MachineIDException(errormsg);
193
}
194
}
195
196
197
MachineID::SourceType MachineID::GetSource() const noexcept
Callers
4
initialize_client
Method · 0.80
cmd_variables
Function · 0.80
TEST_F
Function · 0.80
main
Function · 0.80
Calls
2
MachineIDException
Class · 0.85
empty
Method · 0.45
Tested by
2
TEST_F
Function · 0.64
main
Function · 0.64