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