Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isEmpty
Method · 0.85
remove
Method · 0.85
startOfContent
Method · 0.85
autoCloseBrackets
Method · 0.85
selectLine
Method · 0.85
selectSingleLine
Method · 0.85
newLine
Method · 0.85
newLineAbove
Method · 0.85
moveLinesUp
Method · 0.85
moveLinesDown
Method · 0.85
findText
Method · 0.85
findTextLast
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected