MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Connection

Method Connection

src/http.cpp:1391–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389
1390
1391Connection::Connection(
1392 const network::Socket& s,
1393 const network::Address& _localAddress,
1394 const network::Address& _peerAddress)
1395 : localAddress(_localAddress), peerAddress(_peerAddress),
1396 data(std::make_shared<Connection::Data>(s)) {}
1397
1398
1399Future<Response> Connection::send(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected