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

Method CurGroupFlowType

lib/yamlcpp/src/emitterstate.cpp:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210FlowType::value EmitterState::CurGroupFlowType() const {
211 return m_groups.empty() ? FlowType::NoType : m_groups.back()->flowType;
212}
213
214std::size_t EmitterState::CurGroupIndent() const {
215 return m_groups.empty() ? 0 : m_groups.back()->indent;

Callers 3

EmitEndSeqMethod · 0.80
EmitEndMapMethod · 0.80
emitter.cppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected