Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Factory/Module/Modem/Modem.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
Modem*
38
Modem ::clone() const
39
{
40
return new Modem(*this);
41
}
42
43
void
44
Modem ::get_description(cli::Argument_map_info& args) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected