MCPcopy 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
159void 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_extendedMethod · 0.80

Calls 1

Processor_ErrorClass · 0.85

Tested by

no test coverage detected