Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ SetConnected
Method
SetConnected
src/brpc/stream.cpp:266–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void Stream::SetConnected() {
267
return SetConnected(NULL);
268
}
269
270
void Stream::SetConnected(const StreamSettings* remote_settings) {
271
bthread_mutex_lock(&_connect_mutex);
Callers
2
HandleStreamConnection
Method · 0.80
baidu_rpc_protocol.cpp
File · 0.80
Calls
8
bthread_mutex_lock
Function · 0.85
bthread_mutex_unlock
Function · 0.85
id
Function · 0.85
IsInitialized
Method · 0.45
MergeFrom
Method · 0.45
stream_id
Method · 0.45
store
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected