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

Method removeConnection

tests/web/a.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void removeConnection(std::shared_ptr<Connection> connection)
196 {
197 connections.erase(connection);
198 }
199
200 void status()
201 {

Callers 1

setupGlobalAcceptorFunction · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected