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