MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / KeyValue

Method KeyValue

client/ovpncli.hpp:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 struct KeyValue
145 {
146 KeyValue() {}
147
148 KeyValue(std::string key_arg, std::string value_arg)
149 : key(std::move(key_arg)),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected