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

Method clone

src/Factory/Module/Decoder/Conv/Decoder_conv.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected