Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Channel/User/Channel_user.cpp:52–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
template<typename R>
52
Channel_user<R>*
53
Channel_user<R>::clone() const
54
{
55
auto m = new Channel_user(*this);
56
m->deep_copy(*this);
57
return m;
58
}
59
60
template<typename R>
61
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected