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

Method SetLineState

src/qscint/scintilla/src/PerLine.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269int LineState::SetLineState(Sci::Line line, int state) {
270 lineStates.EnsureLength(line + 1);
271 const int stateOld = lineStates[line];
272 lineStates[line] = state;
273 return stateOld;
274}
275
276int LineState::GetLineState(Sci::Line line) {
277 if (line < 0)

Callers 1

WndProcMethod · 0.45

Calls 1

EnsureLengthMethod · 0.80

Tested by

no test coverage detected