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

Method clone

src/Factory/Module/Decoder/Decoder.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected