Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
bool cmdOptionExists(char** begin, char** end, const std::string& option)
152
{
153
return std::find(begin, end, option) != end;
154
}
155
156
BOOL WINAPI ConsoleHandler(DWORD dwType)
157
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected