Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ IncreaseTaskCount
Method
IncreaseTaskCount
lib/base/workqueue.cpp:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void WorkQueue::IncreaseTaskCount()
297
{
298
m_TaskStats.InsertValue(Utility::GetTime(), 1);
299
}
300
301
size_t WorkQueue::GetTaskCount(RingBuffer::SizeType span)
302
{
Callers
nothing calls this directly
Calls
1
InsertValue
Method · 0.80
Tested by
no test coverage detected