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

Method push_stack

Processor/Processor.hpp:1176–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174
1175template<class T>
1176void SubProcessor<T>::push_stack()
1177{
1178 S.push_stack();
1179 C.push_stack();
1180}
1181
1182template<class T>
1183void SubProcessor<T>::push_args(const ArgVector& args)

Callers 1

call_tapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected