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

Function uiStartArchiveExtract

Libraries/unrar/uiconsole.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58void uiStartArchiveExtract(bool Extract,const wchar *ArcName)
59{
60 mprintf(St(Extract ? MExtracting : MExtrTest), ArcName);
61}
62
63
64bool uiStartFileExtract(const wchar *FileName,bool Extract,bool Test,bool Skip)

Callers

nothing calls this directly

Calls 2

StFunction · 0.85
mprintfFunction · 0.70

Tested by

no test coverage detected