Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Factory/Module/Encoder/Encoder.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
Encoder*
27
Encoder ::clone() const
28
{
29
return new Encoder(*this);
30
}
31
32
void
33
Encoder ::get_description(cli::Argument_map_info& args) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected