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

Method open_file

FHEOffline/Producer.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178template<class FD>
179string Producer<FD>::open_file(ofstream& outf, int my_num, int thread_num,
180 bool initial, bool clear)
181{
182 return open_prep_file<T>(outf, data_type(), my_num, thread_num, initial,
183 clear, dir);
184}
185
186template <class FD>
187void Producer<FD>::clear_file(int my_num, int thread_num, bool initial)

Callers 1

clear_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected