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