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

Method Send

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

Source from the content-addressed store, hash-verified

169ZeroSock::~ZeroSock() { m_socket = INVALID_SOCKET; }
170
171ssize_t ZeroSock::Send(const void*, size_t len, int) const { return len; }
172
173ssize_t ZeroSock::Recv(void* buf, size_t len, int flags) const
174{

Callers 2

send_and_receiveMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

PushBytesMethod · 0.80

Tested by

no test coverage detected