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

Method ClearLevels

scintilla/src/Document.cxx:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void Document::ClearLevels() {
360 static_cast<LineLevels *>(perLineData[ldLevels])->ClearLevels();
361}
362
363static bool IsSubordinate(int levelStart, int levelTry) {
364 if (levelTry & SC_FOLDLEVELWHITEFLAG)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected