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

Method reset

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

Source from the content-addressed store, hash-verified

214}
215
216inline void Node::reset(const YAML::Node& rhs) {
217 if (!m_isValid || !rhs.m_isValid)
218 throw InvalidNode(m_invalidKey);
219 m_pMemory = rhs.m_pMemory;
220 m_pNode = rhs.m_pNode;
221}
222
223template <typename T>
224inline void Node::Assign(const T& rhs) {

Callers 6

TESTFunction · 0.45
LoadMethod · 0.45
ParseDirectivesMethod · 0.45
decodeMethod · 0.45
EnsureNodeExistsMethod · 0.45
mainFunction · 0.45

Calls 1

InvalidNodeFunction · 0.85

Tested by 1

TESTFunction · 0.36