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

Method EndCaseBlock

scintilla/lexers/LexSQL.cxx:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 unsigned short int EndCaseBlock (unsigned short int sqlStatesLine) {
141 if ((sqlStatesLine & MASK_NESTED_CASES) > 0) {
142 sqlStatesLine--;
143 }
144 return sqlStatesLine;
145 }
146
147 bool IsIgnoreWhen (unsigned short int sqlStatesLine) {
148 return (sqlStatesLine & MASK_IGNORE_WHEN) != 0;

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected