| 200 | Version endVersion{ ::invalidVersion }; // not meaningful for range files |
| 201 | |
| 202 | Tuple pack() const { |
| 203 | return Tuple::makeTuple(version, fileName, (int)isRange, fileSize, blockSize, endVersion); |
| 204 | } |
| 205 | static RestoreFile unpack(Tuple const& t) { |
| 206 | RestoreFile r; |
| 207 | int i = 0; |
no outgoing calls
no test coverage detected