Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ ParseArg
Function
ParseArg
PresentMon/CommandLine.cpp:212–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
bool ParseArg(wchar_t* arg, wchar_t const* option)
213
{
214
return
215
ParseArgPrefix(&arg) &&
216
_wcsicmp(arg, option) == 0;
217
}
218
219
bool ParseValue(wchar_t** argv, int argc, int* i)
220
{
Callers
1
ParseCommandLine
Function · 0.85
Calls
1
ParseArgPrefix
Function · 0.85
Tested by
no test coverage detected