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

Method BeginCaseBlock

scintilla/lexers/LexSQL.cxx:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 unsigned short int BeginCaseBlock (unsigned short int sqlStatesLine) {
134 if ((sqlStatesLine & MASK_NESTED_CASES) < MASK_NESTED_CASES) {
135 sqlStatesLine++;
136 }
137 return sqlStatesLine;
138 }
139
140 unsigned short int EndCaseBlock (unsigned short int sqlStatesLine) {
141 if ((sqlStatesLine & MASK_NESTED_CASES) > 0) {

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected