MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ConnectionTypeAsString

Method ConnectionTypeAsString

src/net.h:980–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 8

ProcessMessageMethod · 0.80
ProcessMessagesMethod · 0.80
ProcessAddrsMethod · 0.80
OpenNetworkConnectionMethod · 0.80
PushMessageMethod · 0.80
connman.cppFile · 0.80

Calls 1

ConnectionTypeAsStringFunction · 0.85

Tested by

no test coverage detected