MCPcopy 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
194ServerSocket* Server::get_socket()
195{
196 auto res = server_socket;
197 server_socket = 0;
198 return res;
199}

Callers 3

send_no_statsMethod · 0.45
recv_no_statsMethod · 0.45
start_networkingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected