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

Method end

lib/yamlcpp/src/node_data.cpp:150–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150const_node_iterator node_data::end() const {
151 if (!m_isDefined)
152 return {};
153
154 switch (m_type) {
155 case NodeType::Sequence:
156 return const_node_iterator(m_sequence.end());
157 case NodeType::Map:
158 return const_node_iterator(m_map.end(), m_map.end());
159 default:
160 return {};
161 }
162}
163
164node_iterator node_data::end() {
165 if (!m_isDefined)

Callers 15

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
LookupAnchorMethod · 0.45
IsAliasedMethod · 0.45
LookupAnchorMethod · 0.45
tolowerFunction · 0.45
IsEntirelyFunction · 0.45
mergeMethod · 0.45
IsValidLiteralScalarFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36