Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/Coset/Encoder_coset.cpp:22–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
template<typename B>
22
Encoder_coset<B>*
23
Encoder_coset<B>::clone() const
24
{
25
auto m = new Encoder_coset(*this);
26
m->deep_copy(*this);
27
return m;
28
}
29
30
template<typename B>
31
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected