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

Method close

src/SFML/Network/Win32/SocketImpl.cpp:92–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91////////////////////////////////////////////////////////////
92void SocketImpl::close(SocketHandle sock)
93{
94 closesocket(sock);
95}
96
97
98////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected