MCPcopy 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

CloseSocketMethod · 0.70
~SocketMethod · 0.50
ConnectMethod · 0.50
ConnectBlockingMethod · 0.50
CloseMethod · 0.50
OpenMethod · 0.50
ListenMethod · 0.50
initMethod · 0.50
send_msgMethod · 0.50
tickMethod · 0.50
~ServerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected