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

Method clone

src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23Decoder_repetition*
24Decoder_repetition ::clone() const
25{
26 return new Decoder_repetition(*this);
27}
28
29void
30Decoder_repetition ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected