Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ status
Method
status
src/brpc/server.h:546–546 ·
view source on GitHub ↗
Status of this server.
Source
from the content-addressed store, hash-verified
544
545
// Status of this server.
546
Status status() const { return _status; }
547
548
// Return true iff this server is serving requests.
549
bool IsRunning() const { return status() == RUNNING; }
Callers
5
TEST
Function · 0.45
TEST_F
Function · 0.45
OnNewConnectionsUntilEAGAIN
Method · 0.45
SerializeHttpRequest
Function · 0.45
GetServers
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST_F
Function · 0.36