MCPcopy Create free account
hub / github.com/ElementsProject/elements / ConnectionTypeAsString

Method ConnectionTypeAsString

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

Source from the content-addressed store, hash-verified

686 }
687
688 std::string ConnectionTypeAsString() const { return ::ConnectionTypeAsString(m_conn_type); }
689
690 /** A ping-pong round trip has completed successfully. Update latest and minimum ping times. */
691 void PongReceived(std::chrono::microseconds ping_time) {

Callers 4

ProcessMessageMethod · 0.80
ProcessMessagesMethod · 0.80
PushMessageMethod · 0.80

Calls 1

ConnectionTypeAsStringFunction · 0.85

Tested by

no test coverage detected