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

Method reset

Processor/Input.hpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template<class T>
79void Input<T>::reset(int player)
80{
81 InputBase<T>::reset(player);
82 shares[player].clear();
83}
84
85template<class T>
86void InputBase<T>::reset(int player)

Callers 4

load_programMethod · 0.45
run_functionMethod · 0.45
Sub_Main_FuncMethod · 0.45
reset_usageMethod · 0.45

Calls 5

maxFunction · 0.85
clearMethod · 0.45
resizeMethod · 0.45
sizeMethod · 0.45
reset_write_headMethod · 0.45

Tested by

no test coverage detected