MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Register

Method Register

SpeedTest/TestFactory.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void TestFactory::Register(std::unique_ptr<ICopyBase>&& test)
39{
40 s_implementations.push_back(std::move(test));
41}
42
43void TestFactory::PrintResult()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected