Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ xs_tcp_close
Function
xs_tcp_close
modules/io/socket/lin/tcp.c:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
void xs_tcp_close(xsMachine *the)
263
{
264
doClose(the, &xsThis);
265
}
266
267
void xs_tcp_read(xsMachine *the)
268
{
Callers
nothing calls this directly
Calls
1
doClose
Function · 0.70
Tested by
no test coverage detected