MCPcopy Create free account
hub / github.com/dfranx/SHADERed / ContentReader

Method ContentReader

libs/cppdap/src/content_stream.cpp:27–28  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// ContentReader ///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

25// ContentReader
26////////////////////////////////////////////////////////////////////////////////
27ContentReader::ContentReader(const std::shared_ptr<Reader>& reader)
28 : reader(reader) {}
29
30ContentReader& ContentReader::operator=(ContentReader&& rhs) noexcept {
31 buf = std::move(rhs.buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected