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

Method CurIndent

lib/yamlcpp/src/emitterstate.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 std::size_t LastIndent() const;
67 std::size_t CurIndent() const { return m_curIndent; }
68 bool HasAnchor() const { return m_hasAnchor; }
69 bool HasAlias() const { return m_hasAlias; }
70 bool HasTag() const { return m_hasTag; }

Callers 8

EmitEndSeqMethod · 0.80
EmitEndMapMethod · 0.80
BlockSeqPrepareNodeMethod · 0.80
emitter.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected