MCPcopy Create free account
hub / github.com/Profactor/cv-plot / getPreferences

Method getPreferences

CvPlot/ext/catch2/inc/catch.hpp:5797–5799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5795 ~CumulativeReporterBase() override = default;
5796
5797 ReporterPreferences getPreferences() const override {
5798 return m_reporterPrefs;
5799 }
5800
5801 static std::set<Verbosity> getSupportedVerbosities() {
5802 return { Verbosity::Normal };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected