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

Method Type

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

Source from the content-addressed store, hash-verified

80}
81
82inline NodeType::value Node::Type() const {
83 if (!m_isValid)
84 throw InvalidNode(m_invalidKey);
85 return m_pNode ? m_pNode->type() : NodeType::Null;
86}
87
88// access
89

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls 2

InvalidNodeFunction · 0.85
typeMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36