MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Reset

Method Reset

Libraries/unrar/headers.hpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 bool RevSpace;
276 bool StoreVolNumber;
277 void Reset()
278 {
279 BaseBlock::Reset();
280 NextVolume=false;
281 DataCRC=false;
282 RevSpace=false;
283 StoreVolNumber=false;
284 }
285};
286
287

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected