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