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

Function GetFoldInPreprocessorLevelFlag

scintilla/lexers/LexPascal.cxx:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) {
366 return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask;
367}
368
369static void SetFoldInPreprocessorLevelFlag(int &lineFoldStateCurrent, unsigned int nestLevel) {
370 lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected