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

Method Init

Libraries/unrar/cmddata.cpp:12–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12void CommandData::Init()
13{
14 RAROptions::Init();
15
16 *Command=0;
17 *ArcName=0;
18 FileLists=false;
19 NoMoreSwitches=false;
20
21 ListMode=RCLM_AUTO;
22
23 BareOutput=false;
24
25
26 FileArgs.Reset();
27 ExclArgs.Reset();
28 InclArgs.Reset();
29 StoreArgs.Reset();
30 ArcNames.Reset();
31 NextVolSizes.Reset();
32}
33
34
35// Return the pointer to next position in the string and store dynamically

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected