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

Method AllConfigIsLoaded

lib/icinga/scheduleddowntime.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389bool ScheduledDowntime::AllConfigIsLoaded()
390{
391 return m_AllConfigLoaded.load();
392}
393
394std::atomic<bool> ScheduledDowntime::m_AllConfigLoaded (false);

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected