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

Method get

Math/gfpvar.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177template<int X, int L>
178typename gfpvar_<X, L>::modp_type gfpvar_<X, L>::get() const
179{
180 return a;
181}
182
183template<int X, int L>
184const void* gfpvar_<X, L>::get_ptr() const

Callers 3

gfpvar_Method · 0.45
get_ptrMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected