Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
563
int CHttpRequest::StatusCode() const
564
{
565
dbg_assert(State() == EHttpState::DONE,
"Request not done"
);
566
return m_StatusCode;
567
}
568
569
std::optional<int64_t> CHttpRequest::ResultAgeSeconds() const
570
{
Callers
2
Run
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected