MCPcopy 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
357unsigned long CheckerComponent::GetIdleCheckables()
358{
359 std::unique_lock<std::mutex> lock(m_Mutex);
360
361 return m_IdleCheckables.size();
362}
363
364unsigned long CheckerComponent::GetPendingCheckables()
365{

Callers 1

StatsFuncMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected