MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setMD5Sum

Method setMD5Sum

launcher/net/HttpMetaCache.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return md5sum;
62 }
63 void setMD5Sum(QString md5sum)
64 {
65 this->md5sum = md5sum;
66 }
67protected:
68 QString baseId;
69 QString basePath;

Callers 1

finalizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected