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

Method GetLevel

scintilla/src/Document.cxx:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355int SCI_METHOD Document::GetLevel(int line) const {
356 return static_cast<LineLevels *>(perLineData[ldLevels])->GetLevel(line);
357}
358
359void Document::ClearLevels() {
360 static_cast<LineLevels *>(perLineData[ldLevels])->ClearLevels();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected