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

Method IsDefined

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

Source from the content-addressed store, hash-verified

66}
67
68inline bool Node::IsDefined() const {
69 if (!m_isValid) {
70 return false;
71 }
72 return m_pNode ? m_pNode->is_defined() : true;
73}
74
75inline Mark Node::Mark() const {
76 if (!m_isValid) {

Callers 1

decode_and_validateMethod · 0.80

Calls 1

is_definedMethod · 0.45

Tested by

no test coverage detected