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

Method Dest

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

Source from the content-addressed store, hash-verified

209 }
210
211 const char *Dest()
212 {
213 if(m_WriteToFile)
214 {
215 return m_aDest;
216 }
217 else
218 {
219 return nullptr;
220 }
221 }
222
223 double Current() const { return m_Current.load(std::memory_order_relaxed); }
224 double Size() const { return m_Size.load(std::memory_order_relaxed); }

Callers 1

FetchFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected