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

Method LogProgress

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

Source from the content-addressed store, hash-verified

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; }
167 void FailOnErrorStatus(bool FailOnErrorStatus) { m_FailOnErrorStatus = FailOnErrorStatus; }
168 // Download to memory only. Get the result via `Result*`.

Callers 4

RunMethod · 0.80
RunMethod · 0.80
SendRegisterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected