MCPcopy Create free account
hub / github.com/ararog/Unrar4iOS / ParseDone

Method ParseDone

Unrar4iOS/unrar/cmddata.cpp:239–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239void CommandData::ParseDone()
240{
241 if (FileArgs->ItemsCount()==0 && !FileLists)
242 FileArgs->AddString(MASKALL);
243 char CmdChar=etoupper(*Command);
244 bool Extract=CmdChar=='X' || CmdChar=='E' || CmdChar=='P';
245 if (Test && Extract)
246 Test=false; // Switch '-t' is senseless for 'X', 'E', 'P' commands.
247 BareOutput=(CmdChar=='L' || CmdChar=='V') && Command[1]=='B';
248}
249
250
251#if !defined(SFX_MODULE) && !defined(_WIN_CE)

Callers 1

mainFunction · 0.80

Calls 3

etoupperFunction · 0.85
AddStringMethod · 0.80
ItemsCountMethod · 0.45

Tested by

no test coverage detected