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

Method set_ref

lib/yamlcpp/include/yaml-cpp/node/detail/node.h:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void set_ref(const node& rhs) {
64 if (rhs.is_defined())
65 mark_defined();
66 m_pRef = rhs.m_pRef;
67 }
68 void set_data(const node& rhs) {
69 if (rhs.is_defined())
70 mark_defined();

Callers 1

AssignNodeMethod · 0.80

Calls 1

is_definedMethod · 0.45

Tested by

no test coverage detected