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