MCPcopy 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
262void xs_tcp_close(xsMachine *the)
263{
264 doClose(the, &xsThis);
265}
266
267void xs_tcp_read(xsMachine *the)
268{

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.70

Tested by

no test coverage detected