MCPcopy 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
284void SocketMap::Remove(const SocketMapKey& key, SocketId expected_id) {
285 return RemoveInternal(key, expected_id, false);
286}
287
288void SocketMap::RemoveInternal(const SocketMapKey& key,
289 SocketId expected_id,

Callers 1

SocketMapRemoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected