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

Method GetLevel

scintilla/src/PerLine.cxx:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285int LineLevels::GetLevel(int line) {
286 if (levels.Length() && (line >= 0) && (line < levels.Length())) {
287 return levels[line];
288 } else {
289 return SC_FOLDLEVELBASE;
290 }
291}
292
293LineState::~LineState() {
294}

Callers 12

LevelAtMethod · 0.45
PaintSelMarginMethod · 0.45
DrawLineMethod · 0.45
PaintMethod · 0.45
NotifyMarginClickMethod · 0.45
ExpandLineMethod · 0.45
FoldLineMethod · 0.45
FoldExpandMethod · 0.45
ContractedFoldNextMethod · 0.45
EnsureLineVisibleMethod · 0.45
FoldAllMethod · 0.45
WndProcMethod · 0.45

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected