MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / close

Method close

Libraries/Http/HttpConnection.cpp:1407–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405}
1406
1407Result HttpConnectionsPool::close()
1408{
1409 SC_TRY_MSG(numConnections == 0, "HttpConnectionsPool::close - numConnections != 0");
1410 connections = {};
1411 return Result(true);
1412}
1413
1414bool HttpConnectionsPool::activateNew(HttpConnection::ID& connectionID)
1415{

Callers 1

resetMethod · 0.45

Calls 1

ResultClass · 0.50

Tested by

no test coverage detected