MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / shutdown

Method shutdown

source/core/StarSocket.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void Socket::shutdown() {
201 ReadLocker locker(m_mutex);
202 doShutdown();
203}
204
205void Socket::close() {
206 WriteLocker locker(m_mutex);

Callers 1

stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected