Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ get_socket
Method
get_socket
Networking/Server.cpp:194–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
ServerSocket* Server::get_socket()
195
{
196
auto res = server_socket;
197
server_socket = 0;
198
return res;
199
}
Callers
3
send_no_stats
Method · 0.45
recv_no_stats
Method · 0.45
start_networking
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected