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

Method begin

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

Source from the content-addressed store, hash-verified

275}
276
277inline const_iterator Node::begin() const {
278 if (!m_isValid)
279 return const_iterator();
280 return m_pNode ? const_iterator(m_pNode->begin(), m_pMemory)
281 : const_iterator();
282}
283
284inline iterator Node::begin() {
285 if (!m_isValid)

Callers 1

swapFunction · 0.45

Calls 2

const_iteratorClass · 0.50
iteratorClass · 0.50

Tested by

no test coverage detected