Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/Repetition/Encoder_repetition_sys.cpp:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
template<typename B>
35
Encoder_repetition_sys<B>*
36
Encoder_repetition_sys<B>::clone() const
37
{
38
auto m = new Encoder_repetition_sys(*this);
39
m->deep_copy(*this);
40
return m;
41
}
42
43
template<typename B>
44
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected