MCPcopy 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
1279int IdoMysqlConnection::GetPendingQueryCount() const
1280{
1281 return m_QueryQueue.GetLength();
1282}

Callers 1

ScriptFuncMethod · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by

no test coverage detected