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

Method is_client_stream

src/brpc/rtmp.h:590–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 virtual butil::EndPoint local_side() const;
589
590 bool is_client_stream() const { return _is_client; }
591 bool is_server_stream() const { return !_is_client; }
592
593 // True iff OnStop() was called.

Callers 1

RemoveMessageStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected