MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~FileStream

Method ~FileStream

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

Source from the content-addressed store, hash-verified

9437 CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" );
9438 }
9439 ~FileStream() override = default;
9440 public: // IStream
9441 std::ostream& stream() const override {
9442 return m_ofs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected