MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Source

Method Source

src/Factory/Module/Source/Source.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const std::string aff3ct::factory::Source_prefix = "src";
13
14Source ::Source(const std::string& prefix)
15 : Factory(Source_name, Source_name, prefix)
16{
17}
18
19Source*
20Source ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected