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

Method close

source/core/StarUdp.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void UdpServer::close() {
77 m_listenSocket->close();
78}
79
80bool UdpServer::isListening() const {
81 return m_listenSocket->isActive();

Callers 10

mainFunction · 0.45
stopMethod · 0.45
setAcceptCallbackMethod · 0.45
runMethod · 0.45
runMethod · 0.45
testBTreeDatabaseFunction · 0.45
TESTFunction · 0.45
stopMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by 4

runMethod · 0.36
runMethod · 0.36
testBTreeDatabaseFunction · 0.36
TESTFunction · 0.36