MCPcopy Create free account
hub / github.com/clementgallet/libTAS / closeSocket

Function closeSocket

src/shared/sockethelpers.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161#endif
162
163void closeSocket(void)
164{
165#ifdef LIBTAS_LIBRARY
166 GlobalNative gn;
167#endif
168 close(socket_fd);
169}
170
171void lockSocket(void)
172{

Callers 2

termFunction · 0.85
loopExitMethod · 0.85

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected