Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ has_http_request
Method
has_http_request
src/brpc/controller.h:263–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
return *_http_request;
262
}
263
bool has_http_request() const { return _http_request; }
264
HttpHeader* release_http_request() {
265
HttpHeader* const tmp = _http_request;
266
_http_request = NULL;
Callers
3
AppendAndDestroySelf
Method · 0.80
EstimatedByteSize
Method · 0.80
Print
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected