Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ set_socket
Function
set_socket
src/brpc/socket.cpp:319–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void set_socket(Socket* s) {
320
_socket_and_control_bits.set(s);
321
}
322
323
// If this field is set to true, notify when write successfully.
324
bool is_notify_on_success() const {
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected