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

Method clone

src/Factory/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Encoder_RSC_DB*
20Encoder_RSC_DB ::clone() const
21{
22 return new Encoder_RSC_DB(*this);
23}
24
25void
26Encoder_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