MCPcopy Create free account
hub / github.com/apache/brpc / stopped

Method stopped

test/brpc_streaming_rpc_unittest.cpp:714–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712 bool error() const { return _error; }
713 bool failed() const { return _failed; }
714 bool stopped() const { return _stopped; }
715 int idle_times() const { return _idle_times; }
716private:
717 int _expected_next_value{0};

Callers 2

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected