Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
ZeroSock::~ZeroSock() { m_socket = INVALID_SOCKET; }
170
171
ssize_t ZeroSock::Send(const void*, size_t len, int) const { return len; }
172
173
ssize_t ZeroSock::Recv(void* buf, size_t len, int flags) const
174
{
Callers
2
send_and_receive
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
1
PushBytes
Method · 0.80
Tested by
no test coverage detected