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

Method takeStream

extras/catch_amalgamated.cpp:2600–2603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2598 m_customOptions( CATCH_MOVE( customOptions ) ) {}
2599
2600 Detail::unique_ptr<IStream> ReporterConfig::takeStream() && {
2601 assert( m_stream );
2602 return CATCH_MOVE( m_stream );
2603 }
2604 IConfig const * ReporterConfig::fullConfig() const { return m_fullConfig; }
2605 ColourMode ReporterConfig::colourMode() const { return m_colourMode; }
2606

Callers 1

ReporterBaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected