MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getPreferences

Method getPreferences

unittests/catch.hpp:3882–3884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3880 ~CumulativeReporterBase() override = default;
3881
3882 ReporterPreferences getPreferences() const override {
3883 return m_reporterPrefs;
3884 }
3885
3886 static std::set<Verbosity> getSupportedVerbosities() {
3887 return { Verbosity::Normal };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected