Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void 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
84
void uiMsgStore::Msg()
Callers
nothing calls this directly
Calls
2
ToPercent
Function · 0.85
mprintf
Function · 0.70
Tested by
no test coverage detected