MCPcopy Create free account
hub / github.com/dblalock/bolt / StreamingReporterBase

Method StreamingReporterBase

cpp/test/external/catch.hpp:7215–7218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7213 struct StreamingReporterBase : SharedImpl<IStreamingReporter> {
7214
7215 StreamingReporterBase( ReporterConfig const& _config )
7216 : m_config( _config.fullConfig() ),
7217 stream( _config.stream() )
7218 {}
7219
7220 virtual ~StreamingReporterBase();
7221

Callers

nothing calls this directly

Calls 1

fullConfigMethod · 0.45

Tested by

no test coverage detected