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

Function socketMsgConnect

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

Source from the content-addressed store, hash-verified

809}
810
811void socketMsgConnect(xsSocket xss)
812{
813 xsMachine *the = xss->the;
814
815 xsBeginHost(the);
816 if (xss->skt)
817 xsCall1(xss->obj, xsID_callback, xsInteger(kSocketMsgConnect));
818 xsEndHost(the);
819}
820
821void socketMsgDisconnect(xsSocket xss)
822{

Callers 1

socketClearPendingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected