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

Method clone

src/Module/Extractor/RSC/Extractor_RSC.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename B, typename Q>
29Extractor_RSC<B, Q>*
30Extractor_RSC<B, Q>::clone() const
31{
32 auto m = new Extractor_RSC(*this);
33 m->deep_copy(*this);
34 return m;
35}
36
37template<typename B, typename Q>
38void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected