Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/Conv/Encoder_conv.cpp:73–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
template<typename B>
73
Encoder_conv<B>*
74
Encoder_conv<B>::clone() const
75
{
76
auto m = new Encoder_conv(*this);
77
m->deep_copy(*this);
78
return m;
79
}
80
81
template<typename B>
82
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected