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

Method has_remote_stream

src/brpc/controller.h:592–592  ·  view source on GitHub ↗

Return true if the remote side creates a stream.

Source from the content-addressed store, hash-verified

590
591 // Return true if the remote side creates a stream.
592 bool has_remote_stream() { return _remote_stream_settings != NULL; }
593
594 // The id to cancel RPC call or join response.
595 CallId call_id();

Callers 2

StreamAcceptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected