| 206 | #endif // ENABLE_EXTERNAL_SIGNER |
| 207 | } |
| 208 | int64_t getTotalBytesRecv() override { return m_context->connman ? m_context->connman->GetTotalBytesRecv() : 0; } |
| 209 | int64_t getTotalBytesSent() override { return m_context->connman ? m_context->connman->GetTotalBytesSent() : 0; } |
| 210 | size_t getMempoolSize() override { return m_context->mempool ? m_context->mempool->size() : 0; } |
| 211 | size_t getMempoolDynamicUsage() override { return m_context->mempool ? m_context->mempool->DynamicMemoryUsage() : 0; } |
no test coverage detected