Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ GetLineState
Method
GetLineState
scintilla/src/PerLine.cxx:321–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
int LineState::GetLineState(int line) {
322
if (line < 0)
323
return 0;
324
lineStates.EnsureLength(line + 1);
325
return lineStates[line];
326
}
327
328
int LineState::GetMaxLineState() {
329
return lineStates.Length();
Callers
1
WndProc
Method · 0.45
Calls
1
EnsureLength
Method · 0.80
Tested by
no test coverage detected