Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ Remove
Method
Remove
src/brpc/socket_map.cpp:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
void SocketMap::Remove(const SocketMapKey& key, SocketId expected_id) {
285
return RemoveInternal(key, expected_id, false);
286
}
287
288
void SocketMap::RemoveInternal(const SocketMapKey& key,
289
SocketId expected_id,
Callers
1
SocketMapRemove
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected