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

Method size

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

size/iterator

Source from the content-addressed store, hash-verified

269
270// size/iterator
271inline std::size_t Node::size() const {
272 if (!m_isValid)
273 throw InvalidNode(m_invalidKey);
274 return m_pNode ? m_pNode->size() : 0;
275}
276
277inline const_iterator Node::begin() const {
278 if (!m_isValid)

Callers 8

sizeFunction · 0.45
operator==Function · 0.45
RegisterMethod · 0.45
decodeMethod · 0.45
isNodeValidMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
encodeMethod · 0.45

Calls 1

InvalidNodeFunction · 0.85

Tested by

no test coverage detected