MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / print

Method print

src/jrd/extds/ExtDS.cpp:1396–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1394}
1395
1396string ConnectionsPool::Data::print()
1397{
1398 string s;
1399 s.printf(" item 0x%08X, conn 0x%08X, hash %8u, used %" UQUADFORMAT ", next 0x%08X, prev 0x%08X, connected %s\n",
1400 this, m_conn, m_hash, m_lastUsed, m_next, m_prev,
1401 (m_conn && m_conn->isConnected()) ? "yes" : "NO");
1402 return s;
1403}
1404
1405int ConnectionsPool::Data::verify(ConnectionsPool* connPool, bool active)
1406{

Callers 5

prepareRecSourceMethod · 0.45
internalPrintMethod · 0.45
devNodePrintFunction · 0.45
checkBoundConnectionMethod · 0.45
printPoolMethod · 0.45

Calls 2

printfMethod · 0.45
isConnectedMethod · 0.45

Tested by

no test coverage detected