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

Method clone

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected