Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ socket_ioerror
Function
socket_ioerror
engine/script/src/luasocket/wsocket.c:355–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
}
354
355
const char *socket_ioerror(p_socket ps, int err) {
356
(void) ps;
357
return socket_strerror(err);
358
}
359
360
static const char *wstrerror(int err) {
361
switch (err) {
Callers
nothing calls this directly
Calls
1
socket_strerror
Function · 0.70
Tested by
no test coverage detected