MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / isOption

Method isOption

astyle/src/astyle_main.cpp:1250–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250bool ASConsole::isOption(const string &arg, const char* op)
1251{
1252 return arg.compare(op) == 0;
1253}
1254
1255bool ASConsole::isOption(const string &arg, const char* a, const char* b)
1256{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected