| 199 | |
| 200 | template <typename Stream, typename Operation> |
| 201 | inline void SerializationOp(Stream& s, Operation ser_action) { |
| 202 | int nVersion = s.GetVersion(); |
| 203 | if (!(s.GetType() & SER_GETHASH)) |
| 204 | READWRITE(nVersion); |
| 205 | READWRITE(vHave); |
| 206 | } |
| 207 | |
| 208 | void SetNull() |
| 209 | { |
nothing calls this directly
no test coverage detected