MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / clone

Method clone

src/Module/Encoder/User/Encoder_user.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155template<typename B>
156Encoder_user<B>*
157Encoder_user<B>::clone() const
158{
159 auto m = new Encoder_user(*this);
160 m->deep_copy(*this);
161 return m;
162}
163
164template<typename B>
165void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected