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

Method setLocalChangedTimestamp

launcher/net/HttpMetaCache.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 this->remote_changed_timestamp = remote_changed_timestamp;
46 }
47 void setLocalChangedTimestamp(qint64 timestamp)
48 {
49 local_changed_timestamp = timestamp;
50 }
51 QString getETag()
52 {
53 return etag;

Callers 1

finalizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected