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

Method CurGroupIndent

lib/yamlcpp/src/emitterstate.cpp:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214std::size_t EmitterState::CurGroupIndent() const {
215 return m_groups.empty() ? 0 : m_groups.back()->indent;
216}
217
218std::size_t EmitterState::CurGroupChildCount() const {
219 return m_groups.empty() ? m_docCount : m_groups.back()->childCount;

Callers 2

BlockSeqPrepareNodeMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected