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