Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
template<class T>
79
void Input<T>::reset(int player)
80
{
81
InputBase<T>::reset(player);
82
shares[player].clear();
83
}
84
85
template<class T>
86
void InputBase<T>::reset(int player)
Callers
4
load_program
Method · 0.45
run_function
Method · 0.45
Sub_Main_Func
Method · 0.45
reset_usage
Method · 0.45
Calls
5
max
Function · 0.85
clear
Method · 0.45
resize
Method · 0.45
size
Method · 0.45
reset_write_head
Method · 0.45
Tested by
no test coverage detected