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

Method openStream

unittests/catch.hpp:6764–6766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6762 Verbosity Config::verbosity() const { return m_data.verbosity; }
6763
6764 IStream const* Config::openStream() {
6765 return Catch::makeStream(m_data.outputFilename);
6766 }
6767
6768} // end namespace Catch
6769// end catch_config.cpp

Callers

nothing calls this directly

Calls 1

makeStreamFunction · 0.85

Tested by

no test coverage detected