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

Method HasAlias

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

Source from the content-addressed store, hash-verified

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; }
71 bool HasBegunNode() const {
72 return m_hasAnchor || m_hasTag || m_hasNonContent;

Calls

no outgoing calls

Tested by

no test coverage detected