Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ has_progressive_read_method
Method
has_progressive_read_method
src/brpc/server.h:615–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
bool AcceptRequest(Controller* cntl) const;
614
615
bool has_progressive_read_method() const {
616
return this->_has_progressive_read_method;
617
}
618
619
private:
620
friend class StatusService;
Callers
1
CheckProgressiveRead
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected