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

Method getRemoteChangedTimestamp

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

Source from the content-addressed store, hash-verified

55 auto getFullPath() -> QString;
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

Callers 1

initCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected