Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setETag
Method
setETag
launcher/net/HttpMetaCache.h:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
auto getETag() -> QString { return etag; }
62
void setETag(QString etag) { this->etag = etag; }
63
64
auto getMD5Sum() -> QString { return md5sum; }
65
void setMD5Sum(QString md5sum) { this->md5sum = md5sum; }
Callers
1
finalizeCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected