MCPcopy Create free account
hub / github.com/Clarionos/clarion / addConnection

Method addConnection

tests/web/a.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 std::unordered_set<std::shared_ptr<Connection>> connections;
189
190 void addConnection(std::shared_ptr<Connection> connection)
191 {
192 connections.emplace(connection);
193 }
194
195 void removeConnection(std::shared_ptr<Connection> connection)
196 {

Callers 1

setupGlobalAcceptorFunction · 0.80

Calls 1

emplaceMethod · 0.80

Tested by

no test coverage detected