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

Method setRemoteChangedTimestamp

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

Source from the content-addressed store, hash-verified

41 return remote_changed_timestamp;
42 }
43 void setRemoteChangedTimestamp(QString remote_changed_timestamp)
44 {
45 this->remote_changed_timestamp = remote_changed_timestamp;
46 }
47 void setLocalChangedTimestamp(qint64 timestamp)
48 {
49 local_changed_timestamp = timestamp;

Callers 1

finalizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected