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

Method LastIndent

lib/yamlcpp/src/emitterstate.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226std::size_t EmitterState::LastIndent() const {
227 if (m_groups.size() <= 1) {
228 return 0;
229 }
230
231 return m_curIndent - m_groups[m_groups.size() - 2]->indent;
232}
233
234void EmitterState::ClearModifiedSettings() { m_modifiedSettings.clear(); }
235

Callers 5

FlowSeqPrepareNodeMethod · 0.80
FlowMapPrepareLongKeyMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected