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

Method CmdExtract

Libraries/unrar/extract.cpp:3–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "rar.hpp"
2
3CmdExtract::CmdExtract(CommandData *Cmd)
4{
5 CmdExtract::Cmd=Cmd;
6
7 *ArcName=0;
8
9 *DestFileName=0;
10
11 TotalFileCount=0;
12 Unp=new Unpack(&DataIO);
13#ifdef RAR_SMP
14 Unp->SetThreads(Cmd->Threads);
15#endif
16}
17
18
19CmdExtract::~CmdExtract()

Callers

nothing calls this directly

Calls 1

SetThreadsMethod · 0.80

Tested by

no test coverage detected