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

Function uiStartFileExtract

Libraries/unrar/uiconsole.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64bool uiStartFileExtract(const wchar *FileName,bool Extract,bool Test,bool Skip)
65{
66 return true;
67}
68
69
70void uiExtractProgress(int64 CurFileSize,int64 TotalFileSize,int64 CurSize,int64 TotalSize)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected