MCPcopy 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
364unsigned long CheckerComponent::GetPendingCheckables()
365{
366 std::unique_lock<std::mutex> lock(m_Mutex);
367
368 return m_PendingCheckables.size();
369}

Callers 1

StatsFuncMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected