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

Method close

src/SFML/Network/Unix/SocketImpl.cpp:82–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

80
81////////////////////////////////////////////////////////////
82void SocketImpl::close(SocketHandle sock)
83{
84 ::close(sock);
85}
86
87
88////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected