Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetLastError
Method
GetLastError
src/OSSupport/Socket.cpp:109–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
109
int cSocket::GetLastError()
110
{
111
#ifdef _WIN32
112
return WSAGetLastError();
113
#else
114
return errno;
115
#endif
116
}
117
118
119
Callers
1
ShutdownReadWrite
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected