Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/mars
/ StatusCode
Method
StatusCode
mars/comm/http.cc:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void StatusLine::StatusCode(int _statuscode) {
230
statuscode_ = _statuscode;
231
}
232
233
int StatusLine::StatusCode() const {
234
return statuscode_;
Callers
5
__ReadWrite
Method · 0.80
__RunReadWrite
Method · 0.80
SendHttpQuery
Function · 0.80
__Detect
Method · 0.80
_OnRecv
Method · 0.80
Calls
no outgoing calls
Tested by
1
__ReadWrite
Method · 0.64