Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ setIgnoreErrorsForCurrentQuery
Method
setIgnoreErrorsForCurrentQuery
src/processor/warning_context.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void WarningContext::setIgnoreErrorsForCurrentQuery(bool ignoreErrors) {
83
ignoreErrorsOption = ignoreErrors;
84
}
85
86
bool WarningContext::getIgnoreErrorsOption() const {
87
return ignoreErrorsOption;
Callers
1
mapCopyFrom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected