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

Method clone

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected