Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
Hasher::Ptr createModrinthHasher(QString file_path)
29
{
30
return new ModrinthHasher(file_path);
31
}
32
33
Hasher::Ptr createFlameHasher(QString file_path)
34
{
Callers
2
createHasher
Function · 0.85
executeTask
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected