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

Method CurGroupLongKey

lib/yamlcpp/src/emitterstate.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222bool EmitterState::CurGroupLongKey() const {
223 return m_groups.empty() ? false : m_groups.back()->longKey;
224}
225
226std::size_t EmitterState::LastIndent() const {
227 if (m_groups.size() <= 1) {

Callers 2

FlowMapPrepareNodeMethod · 0.80
BlockMapPrepareNodeMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected