MCPcopy Create free account
hub / github.com/cirquit/trdrop / ReporterConfig

Method ReporterConfig

ext/catch.hpp:5460–5461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5458{
5459 struct ReporterConfig {
5460 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig )
5461 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {}
5462
5463 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream )
5464 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected