Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsSwitch
Method
IsSwitch
Libraries/unrar/cmddata.cpp:987–994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
985
986
987
bool CommandData::IsSwitch(int Ch)
988
{
989
#if defined(_WIN_ALL) || defined(_EMX)
990
return Ch==
'-'
|| Ch==
'/'
;
991
#else
992
return Ch==
'-'
;
993
#endif
994
}
995
996
997
#ifndef SFX_MODULE
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected