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

Method get

src/common/machineid.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203std::string MachineID::get() const noexcept
204{
205 return machine_id;
206}
207
208
209std::string MachineID::generate_machine_id(const std::string &fname) noexcept

Callers 15

BackendClientObjectMethod · 0.45
initialize_clientMethod · 0.45
client_serviceFunction · 0.45
LogMethod · 0.45
config_managerFunction · 0.45
validate_profileMethod · 0.45
mainFunction · 0.45
GetBinaryNameMethod · 0.45
EventLoggerMethod · 0.45
import_configFunction · 0.45
netcfg_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected