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

Method compute_seq_size

lib/yamlcpp/src/node_data.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void node_data::compute_seq_size() const {
108 while (m_seqSize < m_sequence.size() && m_sequence[m_seqSize]->is_defined())
109 m_seqSize++;
110}
111
112void node_data::compute_map_size() const {
113 auto it = m_undefinedPairs.begin();

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
is_definedMethod · 0.45

Tested by

no test coverage detected