MCPcopy Create free account
hub / github.com/cxasm/notepad-- / GetMaxLineState

Method GetMaxLineState

src/qscint/scintilla/src/PerLine.cpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283Sci::Line LineState::GetMaxLineState() const {
284 return static_cast<Sci::Line>(lineStates.Length());
285}
286
287static int NumberLines(const char *text) noexcept {
288 if (text) {

Callers 1

WndProcMethod · 0.45

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected