MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / PushMessage

Method PushMessage

src/net_processing.cpp:1138–1140  ·  view source on GitHub ↗

Send a message to a peer */

Source from the content-addressed store, hash-verified

1136
1137 /** Send a message to a peer */
1138 void PushMessage(CNode &node, CSerializedNetMsg &&msg) const {
1139 m_connman.PushMessage(&node, std::move(msg));
1140 }
1141 template <typename... Args>
1142 void MakeAndPushMessage(CNode &node, std::string msg_type,
1143 Args &&...args) const {

Callers 1

MakeAndPushMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected