| 978 | void CopyStats(CNodeStats& stats) EXCLUSIVE_LOCKS_REQUIRED(!m_subver_mutex, !m_addr_local_mutex, !cs_vSend, !cs_vRecv); |
| 979 | |
| 980 | std::string ConnectionTypeAsString() const { return ::ConnectionTypeAsString(m_conn_type); } |
| 981 | |
| 982 | /** |
| 983 | * Helper function to log the peer id, optionally including IP address. |
no test coverage detected