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

Method end

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

Source from the content-addressed store, hash-verified

288}
289
290inline const_iterator Node::end() const {
291 if (!m_isValid)
292 return const_iterator();
293 return m_pNode ? const_iterator(m_pNode->end(), m_pMemory) : const_iterator();
294}
295
296inline iterator Node::end() {
297 if (!m_isValid)

Callers

nothing calls this directly

Calls 2

const_iteratorClass · 0.50
iteratorClass · 0.50

Tested by

no test coverage detected