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

Method FailOnErrorStatus

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

Source from the content-addressed store, hash-verified

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*`.
169 void WriteToMemory()
170 {

Callers 2

RunMethod · 0.80
SendRegisterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected