Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
void Socket::shutdown() {
201
ReadLocker locker(m_mutex);
202
doShutdown();
203
}
204
205
void Socket::close() {
206
WriteLocker locker(m_mutex);
Callers
1
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected