MCPcopy Create free account
hub / github.com/SFML/SFML / unbind

Method unbind

src/SFML/Network/UdpSocket.cpp:141–145  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

139
140////////////////////////////////////////////////////////////
141void UdpSocket::unbind()
142{
143 // Simply close the socket
144 close();
145}
146
147
148////////////////////////////////////////////////////////////

Callers 1

UdpSocket.test.cppFile · 0.45

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected