MCPcopy 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
82void WarningContext::setIgnoreErrorsForCurrentQuery(bool ignoreErrors) {
83 ignoreErrorsOption = ignoreErrors;
84}
85
86bool WarningContext::getIgnoreErrorsOption() const {
87 return ignoreErrorsOption;

Callers 1

mapCopyFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected