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

Method clone

src/Module/Channel/User/Channel_user.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template<typename R>
52Channel_user<R>*
53Channel_user<R>::clone() const
54{
55 auto m = new Channel_user(*this);
56 m->deep_copy(*this);
57 return m;
58}
59
60template<typename R>
61void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected