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

Method open_input_file

Processor/ProcessorBase.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void ProcessorBase::open_input_file(int my_num, int thread_num,
20 const string& prefix)
21{
22 string tmp = prefix;
23 if (prefix.empty())
24 tmp = "Player-Data/Input";
25
26 open_input_file(get_parameterized_filename(my_num, thread_num, tmp));
27}
28
29void ProcessorBase::setup_redirection(int my_num, int thread_num,
30 OnlineOptions& opts, SwitchableOutput& out, bool real)

Callers 4

mainFunction · 0.60
FakeProgramPartyMethod · 0.60
RealProgramPartyMethod · 0.60
runMethod · 0.60

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected