Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
Channel*
31
Channel ::clone() const
32
{
33
return new Channel(*this);
34
}
35
36
void
37
Channel ::get_description(cli::Argument_map_info& args) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected