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