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

Method IntoExceptionBlock

scintilla/lexers/LexSQL.cxx:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 unsigned short int IntoExceptionBlock (unsigned short int sqlStatesLine, bool enable) {
91 if (enable)
92 sqlStatesLine |= MASK_INTO_EXCEPTION;
93 else
94 sqlStatesLine &= ~MASK_INTO_EXCEPTION;
95
96 return sqlStatesLine;
97 }
98
99 unsigned short int IntoDeclareBlock (unsigned short int sqlStatesLine, bool enable) {
100 if (enable)

Callers 1

FoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected