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

Method getDocRange

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

Source from the content-addressed store, hash-verified

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

Callers 5

findPrevTextMethod · 0.80
findNextTextMethod · 0.80
findLongestLineMethod · 0.80
findPrevTextMethod · 0.80
findNextTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected