| 5302 | {} |
| 5303 | |
| 5304 | auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; } |
| 5305 | |
| 5306 | auto isBoundary( size_t at ) const -> bool { |
| 5307 | assert( at > 0 ); |
nothing calls this directly
no outgoing calls
no test coverage detected