MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / Names

Method Names

Networking/Player.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28Names::Names(int player, int nplayers, const string& servername, int pnb,
29 int my_port) :
30 Names()
31{
32 Server::start_networking(*this, player, nplayers, servername, pnb, my_port);
33}
34
35void Names::init(int player,int pnb,vector<string> Nms)
36{

Callers

nothing calls this directly

Calls 8

runtime_errorFunction · 0.85
getIntMethod · 0.80
gotRequiredMethod · 0.80
getUsageMethod · 0.80
addMethod · 0.45
parseMethod · 0.45
getMethod · 0.45
start_networkingMethod · 0.45

Tested by

no test coverage detected