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

Function uiExtractProgress

Libraries/unrar/uiconsole.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void uiExtractProgress(int64 CurFileSize,int64 TotalFileSize,int64 CurSize,int64 TotalSize)
71{
72 int CurPercent=ToPercent(CurSize,TotalSize);
73 mprintf(L"\b\b\b\b%3d%%",CurPercent);
74}
75
76
77void uiProcessProgress(const char *Command,int64 CurSize,int64 TotalSize)

Callers

nothing calls this directly

Calls 2

ToPercentFunction · 0.85
mprintfFunction · 0.70

Tested by

no test coverage detected