MCPcopy Create free account
hub / github.com/catchorg/Catch2 / colourMode

Method colourMode

src/catch2/interfaces/catch_interfaces_reporter.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32 IConfig const * ReporterConfig::fullConfig() const { return m_fullConfig; }
33 ColourMode ReporterConfig::colourMode() const { return m_colourMode; }
34
35 std::map<std::string, std::string> const&
36 ReporterConfig::customOptions() const {

Callers 2

ConfigMethod · 0.45
ReporterBaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected