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

Method AssignData

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

Source from the content-addressed store, hash-verified

244}
245
246inline void Node::AssignData(const Node& rhs) {
247 EnsureNodeExists();
248 rhs.EnsureNodeExists();
249
250 m_pNode->set_data(*rhs.m_pNode);
251 m_pMemory->merge(*rhs.m_pMemory);
252}
253
254inline void Node::AssignNode(const Node& rhs) {
255 if (!m_isValid)

Callers

nothing calls this directly

Calls 3

EnsureNodeExistsMethod · 0.80
set_dataMethod · 0.45
mergeMethod · 0.45

Tested by

no test coverage detected