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

Method startOfLine

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

Source from the content-addressed store, hash-verified

1982}
1983
1984TextPosition TextDocument::startOfLine( TextPosition position ) const {
1985 position = sanitizePosition( position );
1986 return TextPosition( position.line(), 0 );
1987}
1988
1989TextPosition TextDocument::endOfLine( TextPosition position ) const {
1990 position = sanitizePosition( position );

Callers 4

codeActionMethod · 0.80
moveToStartOfLineMethod · 0.80
selectToStartOfLineMethod · 0.80

Calls 1

TextPositionFunction · 0.85

Tested by

no test coverage detected