| 2016 | } |
| 2017 | |
| 2018 | TextRange TextDocument::getDocRange() const { |
| 2019 | return { startOfDoc(), endOfDoc() }; |
| 2020 | } |
| 2021 | |
| 2022 | TextRange TextDocument::getLineRange( Int64 line ) const { |
| 2023 | return { startOfLine( { line, 0 } ), endOfLine( { line, 0 } ) }; |
no outgoing calls
no test coverage detected