MCPcopy 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
987bool 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

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected