Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/RS/Encoder_RS.cpp:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
template<typename B>
55
Encoder_RS<B>*
56
Encoder_RS<B>::clone() const
57
{
58
auto m = new Encoder_RS(*this);
59
m->deep_copy(*this);
60
return m;
61
}
62
63
template<typename B>
64
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected