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

Method Mark

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

Source from the content-addressed store, hash-verified

73}
74
75inline Mark Node::Mark() const {
76 if (!m_isValid) {
77 throw InvalidNode(m_invalidKey);
78 }
79 return m_pNode ? m_pNode->mark() : Mark::null_mark();
80}
81
82inline NodeType::value Node::Type() const {
83 if (!m_isValid)

Callers 15

operator()Method · 0.45
operator()Method · 0.45
load_tunnel_alpnFunction · 0.45
decodeMethod · 0.45
YAMLLoadMethodMethod · 0.45
YAMLLoadIPAddrRangeMethod · 0.45
YAMLLoadIPCategoryMethod · 0.45
YAMLLoadEntryMethod · 0.45
decodeMethod · 0.45

Calls 3

InvalidNodeFunction · 0.85
null_markFunction · 0.85
markMethod · 0.45

Tested by

no test coverage detected