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

Method clone

src/Factory/Module/Encoder/RSC/Encoder_RSC.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected