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

Method IsIntoCondition

scintilla/lexers/LexSQL.cxx:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 bool IsIntoCondition (unsigned short int sqlStatesLine) {
152 return (sqlStatesLine & MASK_INTO_CONDITION) != 0;
153 }
154
155 bool IsIntoCaseBlock (unsigned short int sqlStatesLine) {
156 return (sqlStatesLine & MASK_NESTED_CASES) != 0;

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected