| 197 | |
| 198 | public: |
| 199 | explicit HashedSourceWriter(Source& source LIFETIMEBOUND) : CHashWriter{source.GetType(), source.GetVersion()}, m_source{source} {} |
| 200 | |
| 201 | void write(Span<const std::byte> src) |
| 202 | { |
nothing calls this directly
no test coverage detected