MCPcopy Create free account
hub / github.com/Tencent/UnLua / socket_ioerror

Function socket_ioerror

Plugins/UnLuaExtensions/LuaSocket/Source/src/wsocket.cpp:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361const char *socket_ioerror(p_socket ps, int err) {
362 (void) ps;
363 return socket_strerror(err);
364}
365
366static const char *wstrerror(int err) {
367 switch (err) {

Callers

nothing calls this directly

Calls 1

socket_strerrorFunction · 0.70

Tested by

no test coverage detected