MCPcopy Create free account
hub / github.com/RenderKit/embree / verbosity

Method verbosity

tutorials/external/catch.hpp:8089–8089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8087 int Config::abortAfter() const { return m_data.abortAfter; }
8088 bool Config::showInvisibles() const { return m_data.showInvisibles; }
8089 Verbosity Config::verbosity() const { return m_data.verbosity; }
8090
8091 IStream const* Config::openStream() {
8092 return Catch::makeStream(m_data.outputFilename);

Callers 4

StreamingReporterBaseMethod · 0.45
listTestsFunction · 0.45
listTestsNamesOnlyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected