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

Method clone

src/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150template<typename B>
151Encoder_RSC_DB<B>*
152Encoder_RSC_DB<B>::clone() const
153{
154 auto m = new Encoder_RSC_DB(*this);
155 m->deep_copy(*this);
156 return m;
157}
158
159template<typename B>
160int

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected