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