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

Method clone

src/Factory/Module/Encoder/Conv/Encoder_conv.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected