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

Method CurGroupChildCount

lib/yamlcpp/src/emitterstate.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218std::size_t EmitterState::CurGroupChildCount() const {
219 return m_groups.empty() ? m_docCount : m_groups.back()->childCount;
220}
221
222bool EmitterState::CurGroupLongKey() const {
223 return m_groups.empty() ? false : m_groups.back()->longKey;

Callers 13

EmitEndSeqMethod · 0.80
EmitEndMapMethod · 0.80
PrepareTopNodeMethod · 0.80
FlowSeqPrepareNodeMethod · 0.80
BlockSeqPrepareNodeMethod · 0.80
FlowMapPrepareNodeMethod · 0.80
FlowMapPrepareLongKeyMethod · 0.80
BlockMapPrepareNodeMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected