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

Method GetIntValue

src/common/configfileparser.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222
223const int File::GetIntValue(const std::string &key)
224{
225 return std::stoi(File::GetValue(key));
226}
227
228
229const bool File::GetBoolValue(const std::string &key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected