Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2009
TextPosition TextDocument::startOfDoc() const {
2010
return TextPosition( 0, 0 );
2011
}
2012
2013
TextPosition TextDocument::endOfDoc() const {
2014
auto lineCount = linesCount();
Callers
1
jumpLinesUp
Method · 0.80
Calls
1
TextPosition
Function · 0.85
Tested by
no test coverage detected