Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
void closeSocket(void)
164
{
165
#ifdef LIBTAS_LIBRARY
166
GlobalNative gn;
167
#endif
168
close(socket_fd);
169
}
170
171
void lockSocket(void)
172
{
Callers
2
term
Function · 0.85
loopExit
Method · 0.85
Calls
1
close
Function · 0.85
Tested by
no test coverage detected