Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ SocketGetErrorString
Function
SocketGetErrorString
system/net/os_socket.h:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
inline std::string SocketGetErrorString(int error)
41
{
42
return strerror(error);
43
}
44
45
inline int closesocket(SOCKET s)
46
{
Callers
1
SocketError
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected