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

Method clone

src/Factory/Module/Channel/Channel.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Channel*
31Channel ::clone() const
32{
33 return new Channel(*this);
34}
35
36void
37Channel ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected