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

Method get_ptr

Math/gfpvar.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183template<int X, int L>
184const void* gfpvar_<X, L>::get_ptr() const
185{
186 return a.get();
187}
188
189template<int X, int L>
190void* gfpvar_<X, L>::get_ptr()

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected