Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Factory/Module/Source/Source.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
Source*
20
Source ::clone() const
21
{
22
return new Source(*this);
23
}
24
25
void
26
Source ::get_description(cli::Argument_map_info& args) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected