| 125 | CHashWriter(int nTypeIn, int nVersionIn) : nType(nTypeIn), nVersion(nVersionIn) {} |
| 126 | |
| 127 | int GetType() const { return nType; } |
| 128 | int GetVersion() const { return nVersion; } |
| 129 | |
| 130 | void write(const char *pch, size_t size) { |
no outgoing calls
no test coverage detected