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

Method begin

lib/yamlcpp/include/yaml-cpp/node/detail/node.h:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 std::size_t size() const { return m_pRef->size(); }
102
103 const_node_iterator begin() const {
104 return static_cast<const node_ref&>(*m_pRef).begin();
105 }
106 node_iterator begin() { return m_pRef->begin(); }
107
108 const_node_iterator end() const {

Callers 4

removeMethod · 0.45
getMethod · 0.45
impl.hFile · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected