MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / CoutStream

Method CoutStream

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9371–9372  ·  view source on GitHub ↗

Store the streambuf from cout up-front because cout may get redirected when running tests

Source from the content-addressed store, hash-verified

9369 // Store the streambuf from cout up-front because
9370 // cout may get redirected when running tests
9371 CoutStream() : m_os(Catch::cout().rdbuf()) {
9372 }
9373 ~CoutStream() override = default;
9374
9375public: // IStream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected