MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / socketMsgDisconnect

Function socketMsgDisconnect

modules/network/socket/lwip/modSocket.c:821–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void socketMsgDisconnect(xsSocket xss)
822{
823 xsMachine *the = xss->the;
824
825 xsBeginHost(the);
826 xsCall1(xss->obj, xsID_callback, xsInteger(kSocketMsgDisconnect));
827 xsEndHost(the);
828}
829
830void socketMsgError(xsSocket xss)
831{

Callers 1

socketClearPendingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected