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

Method ReporterConfig

unittests/catch.hpp:7530–7531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7528namespace Catch {
7529
7530 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig )
7531 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {}
7532
7533 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream )
7534 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected