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

Method IntoDeclareBlock

scintilla/lexers/LexSQL.cxx:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 unsigned short int IntoDeclareBlock (unsigned short int sqlStatesLine, bool enable) {
100 if (enable)
101 sqlStatesLine |= MASK_INTO_DECLARE;
102 else
103 sqlStatesLine &= ~MASK_INTO_DECLARE;
104
105 return sqlStatesLine;
106 }
107
108 unsigned short int IntoMergeStatement (unsigned short int sqlStatesLine, bool enable) {
109 if (enable)

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected