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

Method Clean

Libraries/unrar/errhnd.cpp:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9void ErrorHandler::Clean()
10{
11 ExitCode=RARX_SUCCESS;
12 ErrCount=0;
13 EnableBreak=true;
14 Silent=false;
15 UserBreak=false;
16 MainExit=false;
17 DisableShutdown=false;
18}
19
20
21void ErrorHandler::MemoryError()

Callers 5

RAROpenArchiveExFunction · 0.45
ReadHeader50Method · 0.45
ListArchiveFunction · 0.45
DoExtractMethod · 0.45
ExtractCurrentFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected