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

Function StreamClose

src/brpc/stream.cpp:829–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829int StreamClose(StreamId stream_id) {
830 return Stream::SetFailed(stream_id, 0, "Local close");
831}
832
833int StreamCreate(StreamId *request_stream, Controller &cntl,
834 const StreamOptions* options) {

Callers 7

mainFunction · 0.85
~StreamingEchoServiceMethod · 0.85
mainFunction · 0.85
closeStreamsMethod · 0.85
TEST_FFunction · 0.85
FreeMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68