MCPcopy Create free account
hub / github.com/cxasm/notepad-- / IsIntoExceptionBlock

Method IsIntoExceptionBlock

src/qscint/scintilla/lexers/LexSQL.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 bool IsIntoExceptionBlock (sql_state_t sqlStatesLine) {
187 return (sqlStatesLine & MASK_INTO_EXCEPTION) != 0;
188 }
189 bool IsIntoSelectStatementOrAssignment (sql_state_t sqlStatesLine) {
190 return (sqlStatesLine & MASK_INTO_SELECT_STATEMENT_OR_ASSIGNEMENT) != 0;
191 }

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected