Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
Sci::Line LineState::GetMaxLineState() const {
284
return static_cast<Sci::Line>(lineStates.Length());
285
}
286
287
static int NumberLines(const char *text) noexcept {
288
if (text) {
Callers
1
WndProc
Method · 0.45
Calls
1
Length
Method · 0.45
Tested by
no test coverage detected