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

Method IsIntoExceptionBlock

scintilla/lexers/LexSQL.cxx:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 bool IsIntoExceptionBlock (unsigned short int sqlStatesLine) {
160 return (sqlStatesLine & MASK_INTO_EXCEPTION) != 0;
161 }
162 bool IsIntoSelectStatementOrAssignment (unsigned short int sqlStatesLine) {
163 return (sqlStatesLine & MASK_INTO_SELECT_STATEMENT_OR_ASSIGNEMENT) != 0;
164 }

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected