MCPcopy Create free account
hub / github.com/apple/foundationdb / close

Method close

flow/Net2.actor.cpp:845–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 void delref() override { ReferenceCounted<SSLConnection>::delref(); }
844
845 void close() override { closeSocket(); }
846
847 explicit SSLConnection(boost::asio::io_service& io_service,
848 Reference<ReferencedObject<boost::asio::ssl::context>> context)

Callers

nothing calls this directly

Calls 1

closeSocketFunction · 0.85

Tested by

no test coverage detected