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

Method HasBegunNode

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

Source from the content-addressed store, hash-verified

69 bool HasAlias() const { return m_hasAlias; }
70 bool HasTag() const { return m_hasTag; }
71 bool HasBegunNode() const {
72 return m_hasAnchor || m_hasTag || m_hasNonContent;
73 }
74 bool HasBegunContent() const { return m_hasAnchor || m_hasTag; }
75
76 void ClearModifiedSettings();

Callers 10

EmitEndSeqMethod · 0.80
EmitEndMapMethod · 0.80
PrepareTopNodeMethod · 0.80
FlowSeqPrepareNodeMethod · 0.80
FlowMapPrepareLongKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected