| 2020 | } |
| 2021 | |
| 2022 | TextRange TextDocument::getLineRange( Int64 line ) const { |
| 2023 | return { startOfLine( { line, 0 } ), endOfLine( { line, 0 } ) }; |
| 2024 | } |
| 2025 | |
| 2026 | std::size_t TextDocument::getLineLength( Int64 line ) const { |
| 2027 | // eeASSERT( line < (Int64)linesCount() ); |
no outgoing calls
no test coverage detected