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

Function cmdOptionExists

DebugViewConsole/DebugViewConsole.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool cmdOptionExists(char** begin, char** end, const std::string& option)
152{
153 return std::find(begin, end, option) != end;
154}
155
156BOOL WINAPI ConsoleHandler(DWORD dwType)
157{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected