MCPcopy Create free account
hub / github.com/Creepsky/creepMiner / run

Method run

src/gpu/gpu_algorithm_shell.hpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 {
32 template <typename TGpu_Shell, typename ...TArgs>
33 static std::pair<Poco::UInt64, Poco::UInt64> run(TArgs&&... args)
34 {
35 return TAlgorithm::run(std::forward<TArgs&&>(args)...);
36 }
37 };
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected