MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / GetMaxLineState

Method GetMaxLineState

scintilla/src/PerLine.cxx:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328int LineState::GetMaxLineState() {
329 return lineStates.Length();
330}
331
332static int NumberLines(const char *text) {
333 if (text) {

Callers 1

WndProcMethod · 0.45

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected