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