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

Function uiProcessProgress

Libraries/unrar/uiconsole.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77void uiProcessProgress(const char *Command,int64 CurSize,int64 TotalSize)
78{
79 int CurPercent=ToPercent(CurSize,TotalSize);
80 mprintf(L"\b\b\b\b%3d%%",CurPercent);
81}
82
83
84void uiMsgStore::Msg()

Callers

nothing calls this directly

Calls 2

ToPercentFunction · 0.85
mprintfFunction · 0.70

Tested by

no test coverage detected