MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setRemoteChangedTimestamp

Method setRemoteChangedTimestamp

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

Source from the content-addressed store, hash-verified

56
57 auto getRemoteChangedTimestamp() -> QString { return remote_changed_timestamp; }
58 void setRemoteChangedTimestamp(QString remote_changed_timestamp) { this->remote_changed_timestamp = remote_changed_timestamp; }
59 void setLocalChangedTimestamp(qint64 timestamp) { local_changed_timestamp = timestamp; }
60
61 auto getETag() -> QString { return etag; }

Callers 1

finalizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected