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

Method prune

Processor/Data_Files.hpp:300–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299template<class T>
300void Sub_Data_Files<T>::prune()
301{
302 for (auto& buffer : buffers)
303 buffer.prune();
304 my_input_buffers.prune();
305 for (int j = 0; j < num_players; j++)
306 input_buffers[j].prune();
307 for (auto& it : extended)
308 it.second.prune();
309 dabit_buffer.prune();
310 if (part != 0)
311 part->prune();
312 for (auto& x : edabit_buffers)
313 x.second.prune();
314}
315
316template<class sint, class sgf2n>
317void Data_Files<sint, sgf2n>::prune()

Callers 3

runMethod · 0.45
Sub_Main_FuncMethod · 0.45
purgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected