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

Method AddMeta

src/log/logmetadata.hpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 */
150 template <typename T>
151 void AddMeta(const std::string &l, const T &v, bool skip = false)
152 {
153 auto mdv = LogMetaDataValue::Create(l, v, skip);
154 metadata.push_back(mdv);
155 }
156
157
158 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected