MCPcopy Create free account
hub / github.com/apache/trafficserver / Assign

Method Assign

lib/yamlcpp/include/yaml-cpp/node/impl.h:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223template <typename T>
224inline void Node::Assign(const T& rhs) {
225 if (!m_isValid)
226 throw InvalidNode(m_invalidKey);
227 AssignData(convert<T>::encode(rhs));
228}
229
230template <>
231inline void Node::Assign(const std::string& rhs) {

Callers

nothing calls this directly

Calls 3

InvalidNodeFunction · 0.85
encodeFunction · 0.85
set_scalarMethod · 0.45

Tested by

no test coverage detected