Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
bool ScheduledDowntime::AllConfigIsLoaded()
390
{
391
return m_AllConfigLoaded.load();
392
}
393
394
std::atomic<bool> ScheduledDowntime::m_AllConfigLoaded (false);
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected