Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ isInDebugMode
Function
isInDebugMode
source/Gui/Main.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
namespace
19
{
20
bool isInDebugMode(int argc, char** argv)
21
{
22
return argc == 2 && strcmp(argv[1],
"-d"
) == 0;
23
}
24
}
25
26
int main(int argc, char** argv)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected