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

Function IsSubordinate

scintilla/src/Document.cxx:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363static bool IsSubordinate(int levelStart, int levelTry) {
364 if (levelTry & SC_FOLDLEVELWHITEFLAG)
365 return true;
366 else
367 return (levelStart & SC_FOLDLEVELNUMBERMASK) < (levelTry & SC_FOLDLEVELNUMBERMASK);
368}
369
370int Document::GetLastChild(int lineParent, int level, int lastLine) {
371 if (level == -1)

Callers 1

GetLastChildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected