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

Method NodeReceiveMsgBytes

src/test/util/net.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, std::span<const uint8_t> msg_bytes, bool& complete) const
92{
93 assert(node.ReceiveMsgBytes(msg_bytes, complete));
94 if (complete) {
95 node.MarkReceivedMsgsForProcessing();
96 }
97}
98
99void ConnmanTestMsg::FlushSendBuffer(CNode& node) const
100{

Callers

nothing calls this directly

Calls 2

ReceiveMsgBytesMethod · 0.80

Tested by

no test coverage detected