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