Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/RA/Encoder_RA.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
template<typename B>
47
Encoder_RA<B>*
48
Encoder_RA<B>::clone() const
49
{
50
auto m = new Encoder_RA(*this);
51
m->deep_copy(*this);
52
return m;
53
}
54
55
template<typename B>
56
void
Callers
2
Encoder_RA
Method · 0.45
deep_copy
Method · 0.45
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected