MCPcopy 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
321int LineState::GetLineState(int line) {
322 if (line < 0)
323 return 0;
324 lineStates.EnsureLength(line + 1);
325 return lineStates[line];
326}
327
328int LineState::GetMaxLineState() {
329 return lineStates.Length();

Callers 1

WndProcMethod · 0.45

Calls 1

EnsureLengthMethod · 0.80

Tested by

no test coverage detected