MCPcopy Create free account
hub / github.com/RenderKit/oidn / openStream

Method openStream

external/catch.hpp:10010–10012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10008 std::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_data.benchmarkWarmupTime); }
10009
10010 IStream const* Config::openStream() {
10011 return Catch::makeStream(m_data.outputFilename);
10012 }
10013
10014} // end namespace Catch
10015// end catch_config.cpp

Callers

nothing calls this directly

Calls 1

makeStreamFunction · 0.85

Tested by

no test coverage detected