MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / createModrinthHasher

Function createModrinthHasher

launcher/modplatform/helpers/HashUtils.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28Hasher::Ptr createModrinthHasher(QString file_path)
29{
30 return new ModrinthHasher(file_path);
31}
32
33Hasher::Ptr createFlameHasher(QString file_path)
34{

Callers 2

createHasherFunction · 0.85
executeTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected