| 109 | CHashWriter(int nTypeIn, int nVersionIn) : nType(nTypeIn), nVersion(nVersionIn) {} |
| 110 | |
| 111 | int GetType() const { return nType; } |
| 112 | int GetVersion() const { return nVersion; } |
| 113 | |
| 114 | void write(Span<const std::byte> src) |
no outgoing calls
no test coverage detected