| 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; } |
no outgoing calls
no test coverage detected