Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
829
int StreamClose(StreamId stream_id) {
830
return Stream::SetFailed(stream_id, 0,
"Local close"
);
831
}
832
833
int StreamCreate(StreamId *request_stream, Controller &cntl,
834
const StreamOptions* options) {
Callers
7
main
Function · 0.85
~StreamingEchoService
Method · 0.85
main
Function · 0.85
closeStreams
Method · 0.85
TEST_F
Function · 0.85
Free
Method · 0.85
baidu_rpc_protocol.cpp
File · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68