Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetIdleCheckables
Method
GetIdleCheckables
lib/checker/checkercomponent.cpp:357–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
unsigned long CheckerComponent::GetIdleCheckables()
358
{
359
std::unique_lock<std::mutex> lock(m_Mutex);
360
361
return m_IdleCheckables.size();
362
}
363
364
unsigned long CheckerComponent::GetPendingCheckables()
365
{
Callers
1
StatsFunc
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected