| 380 | bool IsFileExtracted() {return(FileExtracted);} |
| 381 | void SetDestSize(int64 DestSize) {DestUnpSize=DestSize;FileExtracted=false;} |
| 382 | void SetSuspended(bool Suspended) {Unpack::Suspended=Suspended;} |
| 383 | |
| 384 | #ifdef RAR_SMP |
| 385 | void SetThreads(uint Threads); |
nothing calls this directly
no outgoing calls
no test coverage detected