Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp:151–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
template<typename B>
151
Encoder_RSC_DB<B>*
152
Encoder_RSC_DB<B>::clone() const
153
{
154
auto m = new Encoder_RSC_DB(*this);
155
m->deep_copy(*this);
156
return m;
157
}
158
159
template<typename B>
160
int
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected