Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void uiStartArchiveExtract(bool Extract,const wchar *ArcName)
59
{
60
mprintf(St(Extract ? MExtracting : MExtrTest), ArcName);
61
}
62
63
64
bool uiStartFileExtract(const wchar *FileName,bool Extract,bool Test,bool Skip)
Callers
nothing calls this directly
Calls
2
St
Function · 0.85
mprintf
Function · 0.70
Tested by
no test coverage detected