Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ check_tuple_length
Method
check_tuple_length
Tools/Buffer.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void BufferBase::check_tuple_length(int tuple_length)
160
{
161
if (tuple_length != this->tuple_length)
162
throw Processor_Error(
"inconsistent tuple length"
);
163
}
Callers
1
setup_extended
Method · 0.80
Calls
1
Processor_Error
Class · 0.85
Tested by
no test coverage detected