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

Method GetArgC

lib/base/application.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284int Application::GetArgC()
285{
286 return m_ArgC;
287}
288
289void Application::SetArgC(int argc)
290{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected