MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetLastErrorString

Method GetLastErrorString

src/OSSupport/Socket.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 static int GetLastError();
67 static AString GetLastErrorString(void)
68 {
69 return GetOSErrorString(GetLastError());
70 }
71
72 /// Creates a new socket of the specified address family
73 static cSocket CreateSocket(eFamily a_Family);

Callers

nothing calls this directly

Calls 1

GetOSErrorStringFunction · 0.85

Tested by

no test coverage detected