MCPcopy Create free account
hub / github.com/apache/mesos / accepted

Method accepted

3rdparty/libprocess/src/process.cpp:1410–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408
1409
1410void SocketManager::accepted(const Socket& socket)
1411{
1412 synchronized (mutex) {
1413 CHECK(sockets.count(socket) == 0);
1414 sockets.emplace(socket, socket);
1415 }
1416}
1417
1418
1419namespace internal {

Callers 1

on_acceptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected