Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getStatus
Method
getStatus
src/eepp/network/http.cpp:470–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
Http::Response::Status Http::Response::getStatus() const {
471
return mStatus;
472
}
473
474
bool Http::Response::isOK() const {
475
return mStatus >= 200 && mStatus < 300;
Callers
1
downloadRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected