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

Method IsFileExtracted

Libraries/unrar/unpack.hpp:380–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 void Init(size_t WinSize,bool Solid);
379 void DoUnpack(uint Method,bool Solid);
380 bool IsFileExtracted() {return(FileExtracted);}
381 void SetDestSize(int64 DestSize) {DestUnpSize=DestSize;FileExtracted=false;}
382 void SetSuspended(bool Suspended) {Unpack::Suspended=Suspended;}
383

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected