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

Method clone

src/Factory/Module/Decoder/RS/Decoder_RS.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected