| 6404 | m_stringIndex(stringIndex) {} |
| 6405 | |
| 6406 | auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; } |
| 6407 | |
| 6408 | auto isBoundary(size_t at) const -> bool { |
| 6409 | assert(at > 0); |
nothing calls this directly
no outgoing calls
no test coverage detected