MCPcopy Create free account
hub / github.com/ddnet/ddnet / SkipByFileTime

Method SkipByFileTime

src/engine/shared/http.h:163–163  ·  view source on GitHub ↗

Skip the download if the local file is newer or as new as the remote file.

Source from the content-addressed store, hash-verified

161 void Timeout(CTimeout Timeout) { m_Timeout = Timeout; }
162 // Skip the download if the local file is newer or as new as the remote file.
163 void SkipByFileTime(bool SkipByFileTime) { m_SkipByFileTime = SkipByFileTime; }
164 void MaxResponseSize(int64_t MaxResponseSize) { m_MaxResponseSize = MaxResponseSize; }
165 void LogProgress(HTTPLOG LogProgress) { m_LogProgress = LogProgress; }
166 void IpResolve(IPRESOLVE IpResolve) { m_IpResolve = IpResolve; }

Callers 2

RunMethod · 0.80
RequestDDNetInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected