Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ BadSwitch
Method
BadSwitch
Libraries/unrar/cmddata.cpp:896–900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
895
#if !defined(SFX_MODULE)
896
void CommandData::BadSwitch(const wchar *Switch)
897
{
898
mprintf(St(MUnknownOption),Switch);
899
ErrHandler.Exit(RARX_USERERROR);
900
}
901
#endif
902
903
Callers
nothing calls this directly
Calls
3
St
Function · 0.85
Exit
Method · 0.80
mprintf
Function · 0.70
Tested by
no test coverage detected