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

Method clone

src/Factory/Module/Encoder/NO/Encoder_NO.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Encoder_NO*
21Encoder_NO ::clone() const
22{
23 return new Encoder_NO(*this);
24}
25
26void
27Encoder_NO ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected