Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ SocketMapList
Function
SocketMapList
src/brpc/socket_map.cpp:124–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void SocketMapList(std::vector<SocketId>* ids) {
125
SocketMap* m = get_client_side_socket_map();
126
if (m) {
127
m->List(ids);
128
} else {
129
ids->clear();
130
}
131
}
132
133
// ========== SocketMap impl. ============
134
Callers
3
CheckCert
Function · 0.85
GlobalUpdate
Function · 0.85
default_method
Method · 0.85
Calls
3
get_client_side_socket_map
Function · 0.85
List
Method · 0.45
clear
Method · 0.45
Tested by
1
CheckCert
Function · 0.68