MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / getCmdOption

Function getCmdOption

DebugViewConsole/DebugViewConsole.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143} // namespace fusion
144
145char* getCmdOption(char** begin, char** end, const std::string& option)
146{
147 char** itr = std::find(begin, end, option);
148 return itr != end && ++itr != end ? *itr : nullptr;
149}
150
151bool cmdOptionExists(char** begin, char** end, const std::string& option)
152{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected