MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getIgnoreErrorsOption

Method getIgnoreErrorsOption

src/processor/warning_context.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool WarningContext::getIgnoreErrorsOption() const {
87 return ignoreErrorsOption;
88}
89
90WarningContext* WarningContext::Get(const main::ClientContext& context) {
91 return context.warningContext.get();

Callers 3

createErrorHandlerMethod · 0.45
mapCopyFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected