Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/User/Encoder_user.cpp:156–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
155
template<typename B>
156
Encoder_user<B>*
157
Encoder_user<B>::clone() const
158
{
159
auto m = new Encoder_user(*this);
160
m->deep_copy(*this);
161
return m;
162
}
163
164
template<typename B>
165
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected