MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / clone

Method clone

src/Factory/Module/Encoder/Repetition/Encoder_repetition.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Encoder_repetition*
21Encoder_repetition ::clone() const
22{
23 return new Encoder_repetition(*this);
24}
25
26void
27Encoder_repetition ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected