MCPcopy Create free account
hub / github.com/Icinga/icinga2 / wmain

Function wmain

plugins/check_users.cpp:212–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212int wmain(int argc, WCHAR **argv)
213{
214 printInfoStruct printInfo = { };
215 po::variables_map vm;
216
217 int ret = parseArguments(argc, argv, vm, printInfo);
218 if (ret != -1)
219 return ret;
220
221 ret = check_users(printInfo);
222 if (ret != -1)
223 return ret;
224
225 return printOutput(printInfo);
226}

Callers

nothing calls this directly

Calls 3

check_usersFunction · 0.85
parseArgumentsFunction · 0.70
printOutputFunction · 0.70

Tested by

no test coverage detected