Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ IsIgnoreWhen
Method
IsIgnoreWhen
scintilla/lexers/LexSQL.cxx:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool IsIgnoreWhen (unsigned short int sqlStatesLine) {
148
return (sqlStatesLine & MASK_IGNORE_WHEN) != 0;
149
}
150
151
bool IsIntoCondition (unsigned short int sqlStatesLine) {
152
return (sqlStatesLine & MASK_INTO_CONDITION) != 0;
Callers
1
Fold
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected