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

Method IsIntoDeclareBlock

scintilla/lexers/LexSQL.cxx:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 bool IsIntoDeclareBlock (unsigned short int sqlStatesLine) {
170 return (sqlStatesLine & MASK_INTO_DECLARE) != 0;
171 }
172
173 bool IsIntoMergeStatement (unsigned short int sqlStatesLine) {
174 return (sqlStatesLine & MASK_MERGE_STATEMENT) != 0;

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected