Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ closesocket
Function
closesocket
samples/application/chat/signal_client.cpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
typedef int SOCKET;
24
constexpr SOCKET INVALID_SOCKET = -1;
25
inline void closesocket( SOCKET s ) { close(s); }
26
inline int GetSocketError() { return errno; }
27
inline bool IgnoreSocketError( int e )
28
{
Callers
11
CloseSocket
Method · 0.70
~Socket
Method · 0.50
Connect
Method · 0.50
ConnectBlocking
Method · 0.50
Close
Method · 0.50
Open
Method · 0.50
Listen
Method · 0.50
init
Method · 0.50
send_msg
Method · 0.50
tick
Method · 0.50
~Server
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected