MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getLineRange

Method getLineRange

src/eepp/ui/doc/textdocument.cpp:2022–2024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getVisibleLineRangeMethod · 0.80
getVisibleIndexRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected