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