MCPcopy Create free account
hub / github.com/ceph/ceph / ~ConnectedSocket

Method ~ConnectedSocket

src/msg/async/Stack.h:93–96  ·  view source on GitHub ↗

\endcond

Source from the content-addressed store, hash-verified

91 : _csi(std::move(csi)) {}
92 /// \endcond
93 ~ConnectedSocket() {
94 if (_csi)
95 _csi->close();
96 }
97 /// Moves a \c ConnectedSocket object.
98 ConnectedSocket(ConnectedSocket&& cs) = default;
99 /// Move-assigns a \c ConnectedSocket object.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected