MCPcopy Create free account
hub / github.com/ablab/spades / defaultWarningHandler

Method defaultWarningHandler

ext/src/llvm/WithColor.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void WithColor::defaultWarningHandler(Error Warning) {
118 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) {
119 WithColor::warning() << Info.message() << '\n';
120 });
121}

Callers

nothing calls this directly

Calls 3

handleAllErrorsFunction · 0.85
warningFunction · 0.85
messageMethod · 0.45

Tested by

no test coverage detected