Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Decoder/RS/Standard/Decoder_RS_std.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
template<typename B, typename R>
31
Decoder_RS_std<B, R>*
32
Decoder_RS_std<B, R>::clone() const
33
{
34
auto m = new Decoder_RS_std(*this);
35
m->deep_copy(*this);
36
return m;
37
}
38
39
template<typename B, typename R>
40
int
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected