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

Function line

include/eepp/ui/doc/textposition.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 bool isValid() const { return mLine != 0xffffffff && mColumn != 0xffffffff; }
17
18 Int64 line() const { return mLine; }
19
20 Int64 column() const { return mColumn; }
21

Callers 14

isEmptyMethod · 0.85
removeMethod · 0.85
startOfContentMethod · 0.85
autoCloseBracketsMethod · 0.85
selectLineMethod · 0.85
selectSingleLineMethod · 0.85
newLineMethod · 0.85
newLineAboveMethod · 0.85
moveLinesUpMethod · 0.85
moveLinesDownMethod · 0.85
findTextMethod · 0.85
findTextLastMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected