MCPcopy 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

18namespace
19{
20 bool isInDebugMode(int argc, char** argv)
21 {
22 return argc == 2 && strcmp(argv[1], "-d") == 0;
23 }
24}
25
26int main(int argc, char** argv)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected