Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetPendingQueryCount
Method
GetPendingQueryCount
lib/db_ido_mysql/idomysqlconnection.cpp:1279–1282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1277
}
1278
1279
int IdoMysqlConnection::GetPendingQueryCount() const
1280
{
1281
return m_QueryQueue.GetLength();
1282
}
Callers
1
ScriptFunc
Method · 0.45
Calls
1
GetLength
Method · 0.45
Tested by
no test coverage detected