MCPcopy 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

TESTFunction · 0.45
TEST_FFunction · 0.45
SerializeHttpRequestFunction · 0.45
GetServersMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36