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

Method clone

src/Factory/Module/Decoder/RA/Decoder_RA.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22Decoder_RA*
23Decoder_RA ::clone() const
24{
25 return new Decoder_RA(*this);
26}
27
28std::vector<std::string>
29Decoder_RA ::get_names() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected