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

Method startOfDoc

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

Source from the content-addressed store, hash-verified

2007}
2008
2009TextPosition TextDocument::startOfDoc() const {
2010 return TextPosition( 0, 0 );
2011}
2012
2013TextPosition TextDocument::endOfDoc() const {
2014 auto lineCount = linesCount();

Callers 1

jumpLinesUpMethod · 0.80

Calls 1

TextPositionFunction · 0.85

Tested by

no test coverage detected