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

Method StatusCode

src/engine/shared/http.cpp:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563int CHttpRequest::StatusCode() const
564{
565 dbg_assert(State() == EHttpState::DONE, "Request not done");
566 return m_StatusCode;
567}
568
569std::optional<int64_t> CHttpRequest::ResultAgeSeconds() const
570{

Callers 2

RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected